laravel-mcp-server

grobinson3108/laravel-mcp-server
★ 1 stars PHP 🤖 AI/LLM Updated 5d ago
Build authenticated MCP servers in Laravel - expose your app to Claude Desktop, Claude Code, ChatGPT with Sanctum auth out of the box. PHP 8.2+ / Laravel 11-13.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "laravel-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "grobinson3108/laravel-mcp-server"
      ]
    }
  }
}

README Excerpt

<div align="center"> **Build authenticated [Model Context Protocol](https://modelcontextprotocol.io) servers in Laravel.** Expose your app's data and actions to Claude Desktop, Claude Code, ChatGPT and any other MCP client — with Sanctum auth out of the box. </div> --- The MCP ecosystem is overwhelmingly TypeScript. If you run a PHP / Laravel SaaS, you have two options:

Tools (2)

AbstractAuthenticatedMcpServerMcpServerKernel

Topics

ai-toolsanthropicclaudeclaude-codeclaude-desktoplaravelllmmcpmodel-context-protocolphpsanctum