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

Installation

npx -y TokenBurnRate

Configuration

{
  "mcpServers": {
    "TokenBurnRate": {
      "command": "npx",
      "args": ["-y", "TokenBurnRate"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub