Kimi Code MCP
Supports UIby oni-chan69
Bridge Kimi K2.5's massive 256K context with Claude Code for cost-effective, large-scale codebase analysis.
What it does
Offloads bulk codebase reading and analysis to Kimi K2.5, allowing Claude Code to focus on reasoning while significantly reducing token costs.
Tools
analyze_codebase: High-context reading of large project directories using Kimi's 256K window.session_cache: Persistent analysis state to avoid redundant processing of the same files.parallel_analysis: Concurrent processing of multiple code segments for faster results.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"kimi-code": {
"command": "npm",
"args": ["run", "start", "--", "kimi-mcp-server"],
"env": {
"KIMI_API_KEY": "your-key-here"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
npm install -g kimi-mcp-serverInformation
- Pricing
- free
- Published
- 4/13/2026
- stars







