Skip to content
Cursor

ai cost analyzer for Cursor

io.github.vpatser1/ai-cost-analyzer

Analyze LLM API costs: token waste detection, caching savings estimates, model comparison

client:Cursor transport:stdio runtime:npm

Install ai cost analyzer in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ai-cost-analyzer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ai-cost-analyzer"
      ],
      "env": {
        "LICENSE_KEY": "<LICENSE_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ai cost analyzer in other clients