← Index

Kimi MCP Server

io.github.x51xxx/kimi-mcp-server·v0.2.0·Other
Quality Score
90
/100

MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "kimi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@trishchuk/kimi-mcp-server"
      ],
      "env": {
        "KIMI_MCP_CWD": "<kimi_mcp_cwd>",
        "KIMI_SESSION_TTL_MS": "86400000",
        "KIMI_MAX_SESSIONS": "50",
        "MOONSHOT_API_KEY": "<your-moonshot_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "kimi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@trishchuk/kimi-mcp-server"
      ],
      "env": {
        "KIMI_MCP_CWD": "<kimi_mcp_cwd>",
        "KIMI_SESSION_TTL_MS": "86400000",
        "KIMI_MAX_SESSIONS": "50",
        "MOONSHOT_API_KEY": "<your-moonshot_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @trishchuk/kimi-mcp-server
§02  Environment variables
KIMI_MCP_CWD

Override working directory for all tool calls

KIMI_SESSION_TTL_MS

Session time-to-live in milliseconds (default: 86400000 = 24h)

KIMI_MAX_SESSIONS

Maximum concurrent sessions (default: 50)

MOONSHOT_API_KEY
secret

Forwarded to Kimi CLI for unattended auth. Leave unset to use OAuth (run `kimi /login` once).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other