MCP Catalogs
Homekimi-code-mcp screenshot

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.

developer-toolsai-llm
7
Forks
1
Open issues
2 mo ago
Last commit
2d ago
Indexed

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:

you:Deep codebase architecture analysis using Kimi's 256K context window
you:Security auditing with AI pair review between Kimi and Claude
you:Cost-efficient dependency mapping and refactoring planning
you:Resumable code review sessions across development cycles
you:Does this require a Kimi Code subscription?
you:How does this save tokens compared to using Claude directly?

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 README
  • kimi_analyze

    Deep codebase analysis (architecture, audit, refactoring)

  • kimi_query

    Quick programming questions, no codebase context

  • kimi_list_sessions

    List existing Kimi sessions with metadata

  • kimi_resume

    Resume a previous session (up to 256K token context)

  • kimi_status

    Check CLI installation, version, and authentication status

  • kimi_cache_status

    View session cache statistics and performance metrics

  • kimi_cache_invalidate

    Manually invalidate cached sessions (by dir or all)

Comparable tools

moonshot-mcpanthropic-code-cli-mcpopenai-mcp

Installation

Installation

  1. Install Kimi CLI and authenticate:
curl -L code.kimi.com/install.sh | bash
kimi login
  1. Install the MCP server:
npm install -g kimi-mcp-server
  1. Add to your Claude Code configuration:
{
  "mcpServers": {
    "kimi-code": {
      "command": "npx",
      "args": ["-y", "kimi-mcp-server"]
    }
  }
}
  1. Restart Claude Code and verify with /mcp command.

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.