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 "Deploy 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-artisan-mcp
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 deployed
Maintenance
Related MCP Connectors
Search Laravel jobs, remote roles, Laravel news, and package releases in real time.
Product Hunt for AI tools. Search, submit, upvote from Claude Code or Cursor.
Run, debug, and triage tests from your IDE using natural language, no dashboard switching, no manual data transfers. The TestMu AI (formerly LambdaTest) MCP Server is a single remote server exposing four tool suites: HyperExecute — analyze your project, generate YAML configs and test runner commands, then monitor jobs and sessions. Automation — pull a TestID's details plus command, network, and console logs into one chat for instant root-cause analysis. Includes mobile app upload. SmartUI — explain pixel, layout, DOM, and perceptual changes in a visual regression run, with context-aware React/HTML/CSS fixes. Accessibility — audit any public URL or a local React app against WCAG and get ready-to-apply remediation steps. Connects over https://mcp.lambdatest.com/mcp using OAuth 2.1 — no API keys in your config. One-click install in Cursor; works with Claude, GitHub Copilot, Cline, and any MCP client. Tests execute on the TestMu AI cloud: 3,000+ browsers and 10,000+ real devices.
External security monitoring for Laravel apps: list domains, trigger scans, read issues and fixes.
Related MCP Servers
- 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.8-
- AlicenseNot gradedqualityCmaintenanceEnables secure execution of Laravel Artisan commands through AI assistants, allowing controlled management of Laravel projects via natural language.6MIT
- AlicenseNot gradedqualityDmaintenanceProvides AI assistants with local access to Filament, Laravel, Livewire, and Pest documentation, enabling offline reference and search.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to introspect a Laravel application's routes, models, controllers, migrations, and more through the Model Context Protocol, running locally via php artisan commands and filesystem scanning.9 npmMIT