Skip to content
Cursor

token meter for Cursor

io.github.whdrnr2583-cmd/token-meter

Local-first dashboard + MCP for Claude Code and Codex token usage. Per-MCP/tool breakdown.

client:Cursor transport:stdio runtime:npm

Install token meter in Cursor

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

{
  "mcpServers": {
    "token-meter": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@whdrnr2583/token-meter"
      ]
    }
  }
}

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

token meter in other clients