← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

Cursor Bridge enables free Claude Code usage for Cursor subscribers

🔄 Updated 1d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Cursor Bridge routes Claude Code CLI requests through Cursor's backend.
  • Eliminates separate Anthropic API costs for Cursor subscribers.
  • Provides Claude Code's agent features like file editing and tool use.
  • Operates as a single binary with no daemon or manual configuration.

Free Claude Code Access for Cursor Subscribers

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.

Simplified Integration and Functionality

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.

Use Cases and Benefits

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.

Prerequisites and Installation

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 →

The daily brief

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.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~11 min · 9 stories · Aug 16

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

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.