kimi-code-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kimi-code-mcpsearch the web for MCP server tutorials"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
kimi-code-mcp
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 |
| Read a text file (up to 1000 lines) |
| Analyze images and videos |
| Create or overwrite a file |
| Find-and-replace edit in a file |
| Find files matching a glob pattern |
| Search for regex patterns in files |
| Execute shell commands |
| Search the web (up to 20 results) |
| Fetch and extract webpage content |
| Autonomous agent for complex tasks |
| Extended reasoning and analysis |
| Code review (bugs, security, perf, style) |
| Research with 256K context window |
| Generate or fix tests with edge cases |
Environment Variables
Variable | Description | Default |
| Absolute path to kimi binary |
|
| 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 testLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server that turns Kimi K2.6 Turbo into an agentic coding assistant with tools for file operations, shell commands, and code search.41MIT
- Alicense-qualityBmaintenanceMCP server that runs Kimi K2.7-code as an autonomous coding agent inside a bubblewrap-sandboxed git worktree, returning git diffs of changes for review.MIT
- Alicense-qualityDmaintenanceMCP server that provides file operations and Moonshot API-powered tools (reasoning, code review, testing, research, web search, agent) for Kimi K2.5, requiring only a Moonshot API key.511MIT
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
MCP server for Klever blockchain smart contract development.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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