Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

kimi-code-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kimi-code-mcp

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

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
14
180%
Maintainers
1
Weekly downloads
 
Created
Source

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

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:

Install in VS Code

Or add to .vscode/mcp.json:

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

Tools

ToolDescription
kimi_read_fileRead a text file (up to 1000 lines)
kimi_read_mediaAnalyze images and videos
kimi_write_fileCreate or overwrite a file
kimi_edit_fileFind-and-replace edit in a file
kimi_globFind files matching a glob pattern
kimi_grepSearch for regex patterns in files
kimi_shellExecute shell commands
kimi_web_searchSearch the web (up to 20 results)
kimi_fetch_urlFetch and extract webpage content
kimi_agentAutonomous agent for complex tasks
kimi_thinkExtended reasoning and analysis
kimi_reviewCode review (bugs, security, perf, style)
kimi_researchResearch with 256K context window
kimi_testGenerate or fix tests with edge cases

Environment Variables

VariableDescriptionDefault
KIMI_CLI_PATHAbsolute path to kimi binarykimi (from PATH)
MCP_KIMI_DEBUGEnable debug logging to stderrunset

Development

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

License

MIT

Keywords

mcp

FAQs

Package last updated on 04 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts