BeClaude

laravel-boost

30.2kOfficial PluginDevelopmentby Anthropic

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

Python3272 forks747 issuesUpdated 6/16/2026First seen 4/17/2026

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

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "laravel-boost": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

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.

Usage Examples

1

/laravel-boost Create a User model with a hasMany posts relationship and a migration for the users table.

2

/laravel-boost Generate a resource controller for Product with index, store, update, and destroy methods including validation.

3

/laravel-boost Write a query to get all active users who have at least 5 posts, ordered by latest post date.

View source on GitHub
mcpclaude-codeskills

Security Audits

LicenseUnknownSourcePassRepositoryPass

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..