Laravel Helpers MCP
Provides tools for Laravel developers, including log file viewing and searching, artisan command execution, and model information retrieval directly within the Cursor IDE.
Enables access to PHP 8.1+ functionality as required by the Laravel integration, supporting the server's ability to interact with Laravel PHP applications.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Laravel Helpers MCPsearch the logs for 'SQLSTATE' errors from the last hour"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Laravel Helpers MCP
⚠️ Project Deprecated
This project is no longer under development. I recommend using Larvel Boost if you're looking for a fully featured Laravel MCP server
Related MCP server: Laravel AI MCP Server
Overview
A collection of Laravel helper tools specifically designed for integration with Cursor IDE, improving development workflow and debugging capabilities directly within your editor.
Cursor Integration
This package is built to enhance your Laravel development experience in Cursor IDE. All tools are accessible directly through Cursor's command palette and integrate seamlessly with your development workflow.
Available Tools
tail_log_file: View the most recent entries in your Laravel log file directly in Cursorsearch_log_errors: Search through your log files for specific error patterns with integrated resultsrun_artisan_command: Execute Laravel artisan commands directly from Cursorshow_model: Display model information and relationships in your editor
Installation
Clone the repository:
git clone https://github.com/your-username/laravel-mcp.git
cd laravel-mcpCreate a shell script wrapper (e.g.,
~/bin/run-laravel-mcp):
#!/bin/bash
# Point to your Laravel project path
export LARAVEL_PATH=/path/to/your/laravel/project
# Run the MCP server
mcp run /path/to/laravel-helpers-mcp/server.pyMake the script executable:
chmod +x ~/bin/run-laravel-mcpEnsure
~/binis in your PATH:
echo 'export PATH="$HOME/bin:$PATH"' >> ~/.zshrc # or ~/.bashrc
source ~/.zshrc # or source ~/.bashrcRequirements
PHP 8.1+
Laravel 10.0+
UV - Modern Python packaging tools
Contributing
This project is in active development. Issues and pull requests are welcome.
License
[License Type] - See LICENSE file for details
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceProvides instant access to comprehensive Laravel ecosystem documentation including multi-version core docs (6.x-latest), Laravel services (Forge, Vapor, Nova, Envoyer), and 42,000+ lines of community package documentation with intelligent search and use-case mapping.Last updated36MIT
- FlicenseAqualityDmaintenanceProvides AI assistants with direct access to Laravel documentation, coding rules, and implementation templates stored locally. It enables searching documentation, retrieving design system guides, and accessing domain-specific code examples to streamline Laravel development.Last updated8
- Alicense-qualityCmaintenanceEnables secure execution of Laravel Artisan commands through AI assistants, allowing controlled management of Laravel projects via natural language.Last updated6MIT
- Alicense-qualityDmaintenanceProvides AI assistants with local access to Filament, Laravel, Livewire, and Pest documentation, enabling offline reference and search.Last updatedMIT
Related MCP Connectors
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Live status, API pricing and rate limits for ChatGPT, Claude, Gemini, Cursor and 42+ AI tools.
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jsonallen/laravel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server