# Yeachan-Heo/oh-my-claudecode | Model Context Protocol (MCP) Server > Teams-first Multi-agent orchestration for Claude Code - **Stars**: ⭐ 38,532 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "oh-my-claudecode": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-oh-my-claudecode" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "oh-my-claudecode": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-oh-my-claudecode" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-oh-my-claudecode` - **Docker**: `docker run -i --rm mcp/oh-my-claudecode`