
kimi-code-mcp
by howardpen9·★ 49·Score 45
MCP server connecting Claude Code with Kimi K2.5 (256K context) to reduce token costs for codebase analysis.
Overview
kimi-code-mcp is a specialized MCP server that enables Claude Code to delegate bulk codebase analysis to Kimi K2.5, leveraging its 256K context window and cost efficiency. The server provides 7 tools including deep codebase analysis, quick querying, session management, and caching capabilities. It's designed to reduce Claude token consumption by 60-80% on analysis-heavy tasks while maintaining high code intelligence through Kimi's specialized coding model.
Try asking AI
After installing, here are 6 things you can ask your AI assistant:
When to choose this
Choose this when you're already using Kimi Code and need to analyze large codebases while minimizing expensive Claude token usage.
When NOT to choose this
Don't choose this if you don't have or want a Kimi Code subscription, or if you need read/write access to repositories (this is read-only via Kimi's CLI).
Tools this server exposes
7 tools extracted from the READMEkimi_analyzeDeep codebase analysis (architecture, audit, refactoring)
kimi_queryQuick programming questions, no codebase context
kimi_list_sessionsList existing Kimi sessions with metadata
kimi_resumeResume a previous session (up to 256K token context)
kimi_statusCheck CLI installation, version, and authentication status
kimi_cache_statusView session cache statistics and performance metrics
kimi_cache_invalidateManually invalidate cached sessions (by dir or all)
Comparable tools
Installation
Installation
- Install Kimi CLI and authenticate:
curl -L code.kimi.com/install.sh | bash
kimi login- Install the MCP server:
npm install -g kimi-mcp-server- Add to your Claude Code configuration:
{
"mcpServers": {
"kimi-code": {
"command": "npx",
"args": ["-y", "kimi-mcp-server"]
}
}
}- Restart Claude Code and verify with
/mcpcommand.
FAQ
- Does this require a Kimi Code subscription?
- Yes, you need an active Kimi Code plan (Moderato $19/mo or higher). The free 7-day trial is available for testing.
- How does this save tokens compared to using Claude directly?
- Kimi reads entire codebases (up to 256K tokens) at near-zero cost, while Claude only spends tokens on reasoning and precise code edits, reducing total token consumption by 60-80% for analysis tasks.
Compare kimi-code-mcp with
Last updated · Auto-generated from public README + GitHub signals.