Log in to Cursor and capture usage endpoint (fallback auth)
loginSign in to Cursor through a browser to enable usage monitoring when automatic token access fails. Stores session locally.
Instructions
FALLBACK auth only. By default get_usage needs no login — it reads Cursor's local token from state.vscdb. Use this tool only when that can't work: the MCP runs on a different machine than Cursor, the local DB is unreadable, node:sqlite is unavailable, or CURSOR_USAGE_FORCE_LOGIN is set. It opens a real browser, you log in, and it auto-discovers the usage endpoints and stores your session cookie locally (~/.cursor-usage).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutSeconds | No | How long to wait for login + endpoint discovery. Default 240. |