Skip to content
Claude Desktop

TokenBurn-Optimizer for Claude Desktop

io.github.evozim/tokenburn-optimizer

LLM query cost optimizer minimizing context waste.

client:Claude Desktop transport:sse

Install TokenBurn-Optimizer in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "tokenburn-optimizer": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://tokenburn-optimizer-mcp.vercel.app/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

TokenBurn-Optimizer in other clients