kimi-code-usage

Golden0Voyager/kimi-code-usage
★ 2 stars TypeScript 💻 Code/Dev Tools Updated 2d ago
Kimi (Moonshot AI) Coding Plan API usage quota tracker — CLI + MCP Server + VSCode Extension
View on GitHub → Try with Claude — $10 free →

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-code-usage": {
      "command": "npx",
      "args": [
        "-y",
        "Golden0Voyager/kimi-code-usage"
      ]
    }
  }
}