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.
Related MCP Servers
- FlicenseBqualityDmaintenanceProduction-ready MCP server that integrates OpenAI API with extensible tool support, enabling dynamic plugin loading and knowledge search capabilities through multiple interfaces including CLI and browser UI.Last updated2
- AlicenseAqualityAmaintenanceMCP server that turns Kimi K2.6 Turbo into an agentic coding assistant with tools for file operations, shell commands, and code search.Last updated41MIT
- 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.Last updatedMIT
- Alicense-qualityDmaintenanceMCP server wrapping Kimi Code CLI (kimi-k2.5) to provide tools for filesystem, shell, web, and agent operations.Last updated227MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for GLM chat completions using Zhipu AI models via AceDataCloud
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/bene-bosco/kimi-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server