cms (MCP Server)

GitHub

The core Laravel CMS Composer package

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "cms": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-cms"
      ]
    }
  }
}