Skip to content
Cursor

Kimi MCP Server for Cursor

io.github.x51xxx/kimi-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install Kimi MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kimi-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@trishchuk/kimi-mcp-server"
      ],
      "env": {
        "KIMI_MCP_CWD": "<KIMI_MCP_CWD>",
        "KIMI_SESSION_TTL_MS": "<KIMI_SESSION_TTL_MS>",
        "KIMI_MAX_SESSIONS": "<KIMI_MAX_SESSIONS>",
        "MOONSHOT_API_KEY": "<MOONSHOT_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Kimi MCP Server in other clients