Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"kilocode": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kilocode"
]
}
}
}