Skip to content
Cursor

Tokenscope for Cursor

io.github.wartzar-bee/tokenscope

Analyze Claude Code session cost & context attribution: output, cached re-reads, cache writes.

client:Cursor transport:stdio runtime:npm

Install Tokenscope in Cursor

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

{
  "mcpServers": {
    "tokenscope": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@wartzar-bee/tokenscope-mcp"
      ]
    }
  }
}

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

Tokenscope in other clients