kimi-for-claude

7D-codes/kimi-for-claude
★ 28 stars JavaScript AI/LLM Updated 15d ago ✗ Risk
MCP server that lets Claude Code delegate tasks to the Kimi CLI agent
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kimi-for-claude": {
      "command": "npx",
      "args": [
        "-y",
        "7D-codes/kimi-for-claude"
      ]
    }
  }
}