MCP Server

laravel-boost

From laravel-boost
Install
1
Run in your terminal
$
npx claudepluginhub anthropics/claude-plugins-official --plugin laravel-boost
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "laravel-boost": {
      "command": "php",
      "args": [
        "artisan",
        "boost:mcp"
      ]
    }
  }
}
Details
Commandphp
Arguments
artisanboost:mcp
Actions