Description

One-command setup for AI-powered Laravel development with Claude Code and MCP servers.

Installation

npx -y laravel-claude-setup
npm install laravel-claude-setup
git clone https://github.com/laraben/laravel-claude-code-setup

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "laravel-claude-code-setup": {
      "command": "npx",
      "args": [
        "-y",
        "laravel-claude-setup"
      ]
    }
  }
}