Use your Claude Max or Pro subscription with Cline instead of paying per token. Learn how to set up and configure the Claude Code provider.
Website:https://docs.anthropic.com/en/docs/claude-code/setupThe Claude Code provider lets you use your existing Claude subscription with Cline. If you have Claude Max or Pro, this means you can use Claude in Cline without paying extra API costs.
When you use Claude Code with Cline, here’s what happens behind the scenes:Cline wraps the Claude Code CLI to handle your requests. Each time you send a message, Cline starts a new claude process, sends your conversation, and streams the response back. The AI reasoning comes from Claude Code, but all the actual file editing, terminal commands, and other tools are handled by Cline.The main difference you’ll notice is that responses don’t stream character-by-character like other providers. Instead, Claude Code processes your full request before sending back the complete response.
If you run into issues:Authentication problems: Make sure you’re logged into Claude Code with your subscription account. Run claude auth status to check.Path issues: Double-check that the Claude CLI path in Cline’s settings is correct. Try running claude --version in your terminal to verify it’s working.Still having trouble? We’re actively improving this integration. Report issues on our GitHub or ask for help in our Discord.
If you have a Claude Max subscription, your usage in Cline shows up as $0.00 in the billing interface since you’re not paying additional API costs. Your usage still counts against your subscription limits, but you won’t see per-token charges.For more details about using Claude Code with your subscription, check out Anthropic’s documentation: