# Kilo-Org/kilocode | Model Context Protocol (MCP) Server > Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent. - **Stars**: ⭐ 26,837 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "kilocode": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-kilocode" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "kilocode": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-kilocode" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-kilocode` - **Docker**: `docker run -i --rm mcp/kilocode`