laravel-loop

kirschbaum-development/laravel-loop
★ 127 stars PHP 🤖 AI/LLM Updated 2mo ago
Laravel Loop is a powerful Model Context Protocol (MCP) server designed specifically for Laravel applications. It connects your Laravel application with AI assistants using the MCP protocol.
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-loop": {
      "command": "npx",
      "args": [
        "-y",
        "kirschbaum-development/laravel-loop"
      ]
    }
  }
}

Topics

laravelmcpmcp-server