# EveryInc/compound-engineering-plugin | Model Context Protocol (MCP) Server > Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more - **Stars**: ⭐ 24,218 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "compound-engineering-plugin": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-compound-engineering-plugin" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "compound-engineering-plugin": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-compound-engineering-plugin" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-compound-engineering-plugin` - **Docker**: `docker run -i --rm mcp/compound-engineering-plugin`