laravel-artisan-mcp
If you are the rightful owner of laravel-artisan-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that enables secure execution of Laravel Artisan commands through Claude and other MCP clients.
The Laravel Artisan MCP Server acts as a bridge between AI assistants and local Laravel applications, allowing controlled management of Laravel projects through natural language conversations. It provides a secure environment to execute Laravel Artisan commands by whitelisting specific commands and ensuring robust input validation. This server is designed to work with MCP-compatible clients, such as Claude Desktop, and offers a graphical interface for testing through the MCP Inspector. The server is secure by design, with features like directory isolation and command whitelisting, making it suitable for development and testing environments.
Features
- Access a single directory containing a Laravel project
- Automatically locate PHP on your system
- Execute only whitelisted Artisan commands
- View all available Artisan commands
- Secure by design with robust input validation