Skip to content
VS Code

TokenEyez for VS Code

io.github.reemedri/tokeneyez

Track every AI token across Claude, ChatGPT, Gemini, Cursor, and Claude Code.

client:VS Code transport:stdio runtime:npm

Install TokenEyez in VS Code

.vscode/mcp.json

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

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

TokenEyez in other clients