Back to MCP Servers
TokenBurnRate
Track LLM token costs across Claude, GPT and Gemini. MCP server + CLI with optimization hints and $ savings estimates. 📇🏠
cloud-platformsllm
By nikhilnt1234
Installation
npx -y TokenBurnRateConfiguration
{
"mcpServers": {
"TokenBurnRate": {
"command": "npx",
"args": ["-y", "TokenBurnRate"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes