
Kimi Code MCP
by oni-chan69
Delegate bulk codebase analysis to Kimi K2.5 (256K context) to save Claude Code token costs.
What it does
This MCP server connects Claude Code with Kimi Code (powered by Kimi K2.5), allowing users to offload massive codebase scanning and analysis tasks to Kimi's 256K context window. It acts as a cost-efficiency layer: Kimi performs the high-volume reading and reporting, while Claude focuses on high-level reasoning and precise code edits, potentially reducing token consumption by 60-80%.
Tools
kimi_analyze: Deep codebase analysis for architecture, audits, or refactoring.kimi_query: Quick programming questions without codebase context.kimi_resume: Resume a previous Kimi session with its 256K token context.kimi_list_sessions: List existing Kimi sessions with metadata.kimi_status: Check CLI installation and authentication status.
Installation
Install the server via npm:
npm install -g kimi-mcp-server
Configure in .mcp.json:
{
"mcpServers": {
"kimi-code": {
"command": "npx",
"args": ["-y", "kimi-mcp-server"]
}
}
}
Supported hosts
- claude
Quick install
npm install -g kimi-mcp-serverInformation
- Pricing
- subscription
- Published
- 4/13/2026
- stars






