Skip to content
Cursor

Tokeven Cost Advisor for Cursor

com.tokeven/tokeven

Price a Claude, GPT, Gemini or Grok call before you send it. Runs locally.

client:Cursor transport:stdio runtime:pypi

Install Tokeven Cost Advisor in Cursor

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

{
  "mcpServers": {
    "tokeven": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tokeven"
      ]
    }
  }
}

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

Tokeven Cost Advisor in other clients