Kimi MCP Server
Rank #56,281io.github.x51xxx/kimi-mcp-server
MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review
Kimi MCP Server is a Model Context Protocol (MCP) server published by x51xxx. It ranks #56,281 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Kimi MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 27, 2026 and most recently updated on May 27, 2026.
Ranks ahead of 59,310 of 115,591 servers on MCP Toplist.
Use Kimi MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add kimi-mcp-server -e "KIMI_MCP_CWD=<your KIMI_MCP_CWD>" -e "KIMI_SESSION_TTL_MS=<your KIMI_SESSION_TTL_MS>" -e "KIMI_MAX_SESSIONS=<your KIMI_MAX_SESSIONS>" -e "MOONSHOT_API_KEY=<your MOONSHOT_API_KEY>" -- npx -y @trishchuk/kimi-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.kimi-mcp-server]
command = "npx"
args = ["-y", "@trishchuk/kimi-mcp-server"]
[mcp_servers.kimi-mcp-server.env]
KIMI_MCP_CWD = "<your KIMI_MCP_CWD>"
KIMI_SESSION_TTL_MS = "<your KIMI_SESSION_TTL_MS>"
KIMI_MAX_SESSIONS = "<your KIMI_MAX_SESSIONS>"
MOONSHOT_API_KEY = "<your MOONSHOT_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kimi-mcp-server": {
"command": "npx",
"args": [
"-y",
"@trishchuk/kimi-mcp-server"
],
"env": {
"KIMI_MCP_CWD": "<your KIMI_MCP_CWD>",
"KIMI_SESSION_TTL_MS": "<your KIMI_SESSION_TTL_MS>",
"KIMI_MAX_SESSIONS": "<your KIMI_MAX_SESSIONS>",
"MOONSHOT_API_KEY": "<your MOONSHOT_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kimi-mcp-server": {
"command": "npx",
"args": [
"-y",
"@trishchuk/kimi-mcp-server"
],
"env": {
"KIMI_MCP_CWD": "<your KIMI_MCP_CWD>",
"KIMI_SESSION_TTL_MS": "<your KIMI_SESSION_TTL_MS>",
"KIMI_MAX_SESSIONS": "<your KIMI_MAX_SESSIONS>",
"MOONSHOT_API_KEY": "<your MOONSHOT_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"kimi-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@trishchuk/kimi-mcp-server"
],
"env": {
"KIMI_MCP_CWD": "<your KIMI_MCP_CWD>",
"KIMI_SESSION_TTL_MS": "<your KIMI_SESSION_TTL_MS>",
"KIMI_MAX_SESSIONS": "<your KIMI_MAX_SESSIONS>",
"MOONSHOT_API_KEY": "<your MOONSHOT_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kimi-mcp-server": {
"command": "npx",
"args": [
"-y",
"@trishchuk/kimi-mcp-server"
],
"env": {
"KIMI_MCP_CWD": "<your KIMI_MCP_CWD>",
"KIMI_SESSION_TTL_MS": "<your KIMI_SESSION_TTL_MS>",
"KIMI_MAX_SESSIONS": "<your KIMI_MAX_SESSIONS>",
"MOONSHOT_API_KEY": "<your MOONSHOT_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kimi-mcp-server": {
"command": "npx",
"args": [
"-y",
"@trishchuk/kimi-mcp-server"
],
"env": {
"KIMI_MCP_CWD": "<your KIMI_MCP_CWD>",
"KIMI_SESSION_TTL_MS": "<your KIMI_SESSION_TTL_MS>",
"KIMI_MAX_SESSIONS": "<your KIMI_MAX_SESSIONS>",
"MOONSHOT_API_KEY": "<your MOONSHOT_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.x51xxx%2Fkimi-mcp-server)<a href="https://mcptoplist.com/server/io.github.x51xxx%2Fkimi-mcp-server"><img src="https://mcptoplist.com/badge/io.github.x51xxx%2Fkimi-mcp-server.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
x51xxx
Other servers by x51xxx
- Codex MCP Tool#11,101 · 3 vers
- OSP Marketing Tools MCP Server#33,825
- copilot-mcp-server#39,695
- @trishchuk/mcp-fetch-server#46,171
- Coolors MCP#50,769
- GitHub Explorer MCP#70,457
Available versions (1)
| Version | Published |
|---|---|
| 0.2.0 | May 27, 2026 |
Frequently asked questions
- Who maintains Kimi MCP Server?
- Kimi MCP Server is maintained by x51xxx, which publishes 7 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Kimi MCP Server listed on the Official MCP Registry?
- Yes — Kimi MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Kimi MCP Server have?
- MCP Toplist tracks 1 version of Kimi MCP Server, most recently published on May 27, 2026.
- Where can I find the source code for Kimi MCP Server?
- The source code for Kimi MCP Server is hosted at github.com/x51xxx/kimi-mcp-server.