Stats
Actions
Tags
From laravel-boost
Local MCP server for Laravel via Boost package, launched with 'php artisan boost:mcp'. Enables Claude to interact with Laravel projects and Artisan commands.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"laravel-boost": {
"command": "php",
"args": [
"artisan",
"boost:mcp"
]
}
}
}Server configuration and connection parameters
phpCommand-line arguments passed to the server process
npx claudepluginhub anthropics/claude-plugins-official --plugin laravel-boost