Odel
Kimi MCP Server

Kimi MCP Server

Local
@x51xxx1TypeScriptMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@trishchuk/kimi-mcp-serverv0.2.0

Run

npx -y @trishchuk/kimi-mcp-server

MCP client config

{
  "mcpServers": {
    "kimi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@trishchuk/kimi-mcp-server"
      ]
    }
  }
}