huysynf / laravel-mcp-laravel8
Laravel MCP backported for Laravel 8+ support. Rapidly build MCP servers for your Laravel applications.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 66
Open Issues: 0
pkg:composer/huysynf/laravel-mcp-laravel8
Requires
- php: ^7.4|^8.0|^8.1
- ext-json: *
- ext-mbstring: *
- illuminate/console: ^8.0|^9.0|^10.49.0|^11.45.3|^12.41.1
- illuminate/container: ^8.0|^9.0|^10.49.0|^11.45.3|^12.41.1
- illuminate/contracts: ^8.0|^9.0|^10.49.0|^11.45.3|^12.41.1
- illuminate/http: ^8.0|^9.0|^10.49.0|^11.45.3|^12.41.1
- illuminate/routing: ^8.0|^9.0|^10.49.0|^11.45.3|^12.41.1
- illuminate/support: ^8.0|^9.0|^10.49.0|^11.45.3|^12.41.1
- illuminate/validation: ^8.0|^9.0|^10.49.0|^11.45.3|^12.41.1
Requires (Dev)
- laravel/pint: ^1.20
- orchestra/testbench: ^8.36|^9.15|^10.8
- pestphp/pest: ^2.36.0|^3.8.4|^4.1.0
- phpstan/phpstan: ^2.1.27
- rector/rector: ^2.2.4
This package is auto-updated.
Last update: 2026-01-23 17:08:37 UTC
README
📦 Laravel 8 Backport
This is a community-maintained fork of laravel/mcp backported to support Laravel 8.x, 9.x and PHP 7.4+.
The original package requires Laravel 10+ and PHP 8.1+.
Introduction
Laravel MCP allows you to rapidly build MCP servers for your Laravel applications. MCP servers allow AI clients to interact with your Laravel application through the Model Context Protocol.
Requirements
This backported version supports:
- PHP: 7.4, 8.0, 8.1, or higher
- Laravel: 8.x, 9.x, 10.x, 11.x, or 12.x
| Laravel Version | PHP Version | Status |
|---|---|---|
| 12.x | 8.2+ | ✅ Supported |
| 11.x | 8.2+ | ✅ Supported |
| 10.x | 8.1+ | ✅ Supported |
| 9.x | 8.0+ | ✅ Supported |
| 8.x | 7.4+ | ✅ Supported |
Installation
You can install the package via composer:
composer require huysynf/laravel-mcp-laravel8
Official Documentation
Documentation for Laravel MCP can be found on the Laravel website.
Contributing
Thank you for considering contributing to Laravel MCP! The contribution guide can be found in the Laravel documentation.
Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
Laravel MCP is open-sourced software licensed under the MIT license.