Cursor Bridge is a new Rust binary that enables users with a Cursor subscription to run Claude Code (the CLI) without incurring separate costs for Anthropic API credits or a Claude Pro plan. It leverages Cursor's included 'Auto model' which is free and unlimited with a subscription, effectively making Claude Code usage free for these users.
The tool operates by starting a local HTTP proxy, reading the Cursor authentication token, and then spawning the `claude` CLI with environment variables pointing to this proxy. The proxy translates Anthropic API calls to the Cursor agent CLI, and cleans up automatically upon exit. This design eliminates the need for manual proxy management, environment variables, or background servers.
Key use cases include allowing existing Cursor subscribers to access Claude Code's agent capabilities, such as file editing, shell commands, and tool use, without additional billing from Anthropic. The Cursor Bridge binary replaces the `claude` command entirely, managing the proxy lifecycle internally and cleaning up after the session.
To use Cursor Bridge, users need Cursor installed with the `agent` CLI authenticated, and the Claude Code CLI (`claude`) installed. Installation involves running `cargo install cursor-bridge` or downloading a binary release. On macOS, the Cursor auth token is read from the keychain, while on Linux, the `CURSOR_TOKEN` environment variable must be set.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Cursor Bridge, a new Rust binary, allows Cursor subscribers to use Claude Code's CLI without additional Anthropic API costs by routing requests through their existing Cursor subscription. This tool simplifies access to Claude Code's agent capabilities, such as file editing and shell commands, for Cursor users.