Skip to content
VS Code

ComparEdge LLM Cost for VS Code

io.github.imkemit-ops/comparedge-llm-cost

Token cost math for LLM API calls: verified per-1M-token rates for 69 models, 17 providers.

client:VS Code transport:stdio runtime:npm

Install ComparEdge LLM Cost in VS Code

.vscode/mcp.json

{
  "servers": {
    "comparedge-llm-cost": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@comparedge/llm-cost-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ComparEdge LLM Cost in other clients