kimi-api-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-api-mcpReview the main.py file for potential bugs and performance improvements."
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-api-mcp
MCP server for Kimi K2.5 via the Moonshot REST API — no CLI installation or subscription required. Just a Moonshot API key.
Works with Claude Code, Cursor, VS Code, Windsurf, Claude Desktop, and any MCP-compatible host.
Why
The official kimi-code-mcp package requires the Kimi Code CLI binary and a paid subscription. This package calls the Moonshot API directly using your existing API key — no binary, no subscription.
Related MCP server: firepass-mcp
Install
No install needed with npx:
npx kimi-api-mcp@latestOr install globally:
npm install -g kimi-api-mcpSetup
Get an API key from platform.moonshot.ai (free tier available)
Add to your MCP config
Claude Code (~/.claude/mcp.json)
{
"mcpServers": {
"kimi-code": {
"command": "npx",
"args": ["-y", "kimi-api-mcp@latest"],
"env": {
"MOONSHOT_API_KEY": "your-moonshot-api-key"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"kimi": {
"command": "npx",
"args": ["-y", "kimi-api-mcp@latest"],
"env": {
"MOONSHOT_API_KEY": "your-moonshot-api-key"
}
}
}
}VS Code / Windsurf
Add the same mcpServers block to your MCP settings file.
Tools
Local tier — free, no LLM calls
Tool | Description |
| Read a text file (with offset/limit) |
| Create or overwrite a file |
| Find-and-replace in a file |
| Find files matching a glob pattern |
| Search files with regex (uses |
| Execute a shell command (120s timeout) |
| Fetch and extract text from a URL |
Moonshot API tier — uses moonshot-v1-128k (~$0.60/M tokens)
Tool | Description |
| Extended step-by-step reasoning |
| Code review (bugs, security, performance) |
| Generate or improve tests |
| Analyze a codebase with 128K context |
| Analyze images via vision API |
| Web search + AI summary |
| Autonomous multi-step agent (up to 15 iterations) |
Environment Variables
Variable | Required | Description |
| Yes | Your Moonshot API key from platform.moonshot.ai |
Requirements
Node.js 18+
A Moonshot API key (for API-tier tools)
Contributing
See CONTRIBUTING.md.
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
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
- 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/bene-bosco/kimi-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server