Skip to content
Windsurf

Kimi MCP Server for Windsurf

io.github.x51xxx/kimi-mcp-server

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

client:Windsurf transport:stdio runtime:npm

Install Kimi MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "kimi-mcp-server": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Kimi MCP Server in other clients