📦 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+.
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.
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 |
You can install the package via composer:
composer require huysynf/laravel-mcp-laravel8Documentation for Laravel MCP can be found on the Laravel website.
Thank you for considering contributing to Laravel MCP! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Please review our security policy on how to report security vulnerabilities.
Laravel MCP is open-sourced software licensed under the MIT license.