Mooncake

GitHub

Mooncake is the serving platform for Kimi, a leading LLM service provided by Moonshot AI.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "Mooncake": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Mooncake"
      ]
    }
  }
}