Laravel Artisan MCP Server
@diggy
About Laravel Artisan MCP Server
A Model Context Protocol (MCP) server that enables secure execution of Laravel Artisan commands through Claude and other MCP clients.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"laravel-artisan-mcp-diggy": {
"command": "uv",
"args": [
"init"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Laravel Artisan MCP Server?
Laravel Artisan MCP Server is a Model Context Protocol (MCP) server that enables secure execution of Laravel Artisan commands through Claude and other MCP clients. It acts as a bridge between AI assistants and local Laravel applications, allowing controlled management of Laravel projects via natural language conversations.
How to use Laravel Artisan MCP Server?
Clone the repository, create a Python virtual environment, install dependencies with uv add "mcp[cli]", then set the ARTISAN_DIRECTORY and WHITELISTED_COMMANDS environment variables. Configure the server in your MCP-compatible client (e.g., Claude Desktop) by adding a JSON entry pointing to artisan_mcp_server.py. Two tools are available: run_artisan to execute a whitelisted command and list_all_artisan_commands to display all available commands.
Key features of Laravel Artisan MCP Server
- Executes only whitelisted Artisan commands
- Automatically locates PHP on your system
- Accesses a single configured Laravel project directory
- Lists all available Artisan commands in the project
- Provides robust input validation and error handling
Use cases of Laravel Artisan MCP Server
- Clear the application cache by asking Claude to run
cache:clear - List all registered routes in a Laravel project via
route:list - View all available Artisan commands without leaving your AI assistant
- Generate controllers, models, or other classes using
make:*commands when whitelisted
FAQ from Laravel Artisan MCP Server
How is the server secured?
The server implements directory isolation (only accesses the configured Laravel folder), command whitelisting (only allows explicitly permitted commands), input validation, and error handling to prevent sensitive information leakage.
What are the runtime requirements?
Python 3.10 or higher, a Laravel project with the Artisan CLI, PHP installed and accessible in your system PATH, and an MCP-compatible client such as Claude Desktop.
Where does my project data live?
All commands execute on your local machine within the specified Laravel directory. The server never sends your project code or data to external services.
What commands can I run?
Only the commands listed in the WHITELISTED_COMMANDS environment variable (e.g., route:list,cache:clear,make:controller). You can see the full whitelist by asking the assistant.
How do I debug connection issues?
Verify that ARTISAN_DIRECTORY points to a valid Laravel project containing the Artisan executable, that PHP is in your PATH, and that all environment variables are correctly set in your MCP client configuration.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments