# roots/sage | Model Context Protocol (MCP) Server > WordPress starter theme with Laravel Blade components and templates, Tailwind CSS, and block editor support - **Stars**: ⭐ 13,211 - **Language**: PHP - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "sage": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sage" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "sage": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sage" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-sage` - **Docker**: `docker run -i --rm mcp/sage`