plugins marketplace
← All plugins

laravel-boost

Laravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.

Claude Code1 MCP serverstdio

by Laravel33.3kupdated 40 minutes ago

Source

git clone https://github.com/anthropics/claude-plugins-official

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is external_plugins/laravel-boost/ inside the repository.

Layout

external_plugins/laravel-boost/
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

laravel-booststdio
command
php
args
artisan boost:mcp

Manifests1

external_plugins/laravel-boost/.claude-plugin/plugin.json
{
  "name": "laravel-boost",
  "description": "Laravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.",
  "author": {
    "name": "Laravel"
  }
}