Kimi (Moonshot AI) Coding Plan API usage quota tracker — CLI + MCP Server + VSCode Extension
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"
]
}
}
}
Run in terminal:
claude mcp add kimi-code-usage npx -y Golden0Voyager/kimi-code-usage
Add to .cursor/mcp.json:
{
"mcpServers": {
"kimi-code-usage": {
"command": "npx",
"args": [
"-y",
"Golden0Voyager/kimi-code-usage"
]
}
}
}