Skip to main content
Glama

kimi-code-mcp

npm version CI License: MIT

MCP server wrapping Kimi Code CLI (kimi-k2.5) — 14 tools for filesystem, shell, web, and agent operations.

Prerequisites

  • Node.js >= 18

  • Kimi CLI installed and authenticated

Related MCP server: emcp

Usage with Claude Desktop

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "kimi": {
      "command": "npx",
      "args": ["-y", "kimi-code-mcp@latest"]
    }
  }
}

Usage with VS Code

Install the Kimi Code MCP server in VS Code:

Or add to .vscode/mcp.json:

{
  "servers": {
    "kimi": {
      "command": "npx",
      "args": ["-y", "kimi-code-mcp@latest"]
    }
  }
}

Tools

Tool

Description

kimi_read_file

Read a text file (up to 1000 lines)

kimi_read_media

Analyze images and videos

kimi_write_file

Create or overwrite a file

kimi_edit_file

Find-and-replace edit in a file

kimi_glob

Find files matching a glob pattern

kimi_grep

Search for regex patterns in files

kimi_shell

Execute shell commands

kimi_web_search

Search the web (up to 20 results)

kimi_fetch_url

Fetch and extract webpage content

kimi_agent

Autonomous agent for complex tasks

kimi_think

Extended reasoning and analysis

kimi_review

Code review (bugs, security, perf, style)

kimi_research

Research with 256K context window

kimi_test

Generate or fix tests with edge cases

Environment Variables

Variable

Description

Default

KIMI_CLI_PATH

Absolute path to kimi binary

kimi (from PATH)

MCP_KIMI_DEBUG

Enable debug logging to stderr

unset

Development

git clone https://github.com/userfrm/kimi-code-mcp.git
cd kimi-code-mcp
npm install
npm run build
npm test

License

MIT

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/userFRM/kimi-code-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server