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.
Summary
Laravel Boost is an MCP server that integrates Laravel development tools directly into Claude Code, providing intelligent assistance for Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.
- It streamlines common Laravel tasks, helping developers build and maintain applications faster without leaving the chat interface.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "laravel-boost": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/laravel-boost Create a User model with a hasMany posts relationship and a migration for the users table.
/laravel-boost Generate a resource controller for Product with index, store, update, and destroy methods including validation.
/laravel-boost Write a query to get all active users who have at least 5 posts, ordered by latest post date.
Security Audits
Frequently Asked Questions
What is laravel-boost?
Laravel Boost is an MCP server that integrates Laravel development tools directly into Claude Code, providing intelligent assistance for Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation. It streamlines common Laravel tasks, helping developers build and maintain applications faster without leaving the chat interface.
How to install laravel-boost?
To install laravel-boost: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "laravel-boost": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is laravel-boost best for?
laravel-boost is a mcp categorized under Development. It is designed for: mcp. Created by Anthropic.
What can I use laravel-boost for?
laravel-boost is useful for: Generate a new Eloquent model with relationships and migration file using Artisan commands.; Create a RESTful controller with resource methods and validation rules for a blog post API.; Debug a complex Eloquent query by asking for optimized query builder syntax.; Set up a new route group with middleware and namespace for an admin panel.; Write a migration to add a foreign key column to an existing table.; Generate a custom Artisan command that processes queued jobs..