PHPackages                             innoge/laravel-mcp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. innoge/laravel-mcp

ActiveLibrary[Framework](/categories/framework)

innoge/laravel-mcp
==================

A package for developing MCP Servers with Laravel.

v0.1.0(1y ago)175712[1 issues](https://github.com/InnoGE/laravel-mcp/issues)[4 PRs](https://github.com/InnoGE/laravel-mcp/pulls)MITPHPPHP ^8.2CI passing

Since Mar 27Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/InnoGE/laravel-mcp)[ Packagist](https://packagist.org/packages/innoge/laravel-mcp)[ Docs](https://github.com/innoge/laravel-mcp)[ GitHub Sponsors](https://github.com/InnoGE)[ RSS](/packages/innoge-laravel-mcp/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)Dependencies (13)Versions (7)Used By (0)

Laravel MCP (Model Context Protocol)
====================================

[](#laravel-mcp-model-context-protocol)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e4d24a54f3077ff7ae6edafd4b318e6121ac1673acbad2dd484f21eccf0482a9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e6e6f67652f6c61726176656c2d6d63702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/innoge/laravel-mcp)[![GitHub Tests Action Status](https://camo.githubusercontent.com/9dbbd878be946acb118faee9c57393d0430e8840c798fb86640bc5438e1573b8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696e6e6f67652f6c61726176656c2d6d63702f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/innoge/laravel-mcp/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/4d6cb7b36802bbe1862f1176ed17f34c733ec7e6aa265ef2422df891e74189c9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696e6e6f67652f6c61726176656c2d6d63702f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/innoge/laravel-mcp/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/b58855a0d37b9f58aaa6fff5f49ec0ea14c8d4e3c35549b06f928dca63fc5618/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e6e6f67652f6c61726176656c2d6d63702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/innoge/laravel-mcp)

A Laravel package that implements the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction), enabling seamless communication between your Laravel application and AI assistants or other systems through a standardized API. Please note that this package is still in development and not yet ready for production use.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require innoge/laravel-mcp
```

Basic Usage
-----------

[](#basic-usage)

### Setting Up an MCP Server

[](#setting-up-an-mcp-server)

This package currently only supports creating MCP servers via the STDIO transport. HTTP transport is not supported yet but will be added in the future.

Create a command to serve your MCP server:

```
