Claude Code on Your Phone Without a Max Subscription
You've seen the demos. Someone picks up their phone, opens Claude Code, and keeps working on their project from the couch. Remote Control — Anthropic's official way to use Claude Code on mobile.
You check the requirements.
Claude Max. $100 to $200 per month.
Your Pro plan — the $20/month one that gives you full access to Claude Code in your terminal, Opus 4.6, everything — doesn't qualify.
If you want Claude Code on your phone, Anthropic wants you to 5x your subscription cost first.
The Math That Doesn't Add Up
Let's be honest about what Remote Control actually gives you: the ability to continue an existing terminal session from your phone's browser.
That's it. Same Claude Code. Same models. Same capabilities. The only new thing is a mobile web interface to a session that's already running on your machine.
For this, the price jump is:
- Pro → Max 5x: $20/mo → $100/mo (minimum)
- Just for mobile access: +$80/mo minimum
And even at $200/mo on Max, many users still see "Remote Control is not yet enabled for your account." It's gated behind a server-side feature flag that Anthropic is rolling out gradually.
So the real price of mobile Claude Code through official channels: $100-200/mo plus a lottery on whether you actually get access.
What If You Could Skip All of That?
Here's the thing Anthropic doesn't talk about: Claude Code has an SDK. The same Claude Code that runs in your terminal can run programmatically. You don't need their mobile web interface to interact with it remotely.
You need:
- Claude Code running on your machine (which your Pro subscription already covers)
- A way to send it messages from your phone
- A way to receive the results
That's a bridge. Not a $100/mo subscription upgrade.
Clautel: Mobile Claude Code on Any Plan
Clautel is an open-source daemon that connects Claude Code to Telegram. It works on both Pro and Max.
npm install -g clautel
clautel setup
clautel start
Three commands. Your Claude Code is now accessible from Telegram on your phone. Here's what you get:
Everything Remote Control does:
- Send prompts to Claude Code from your phone
- See results, diffs, and output in real time
- Review and approve tool calls
Things Remote Control doesn't do:
- Background daemon — Claude Code stays alive when your terminal is closed. Remote Control requires an active terminal session.
- Per-project bots — Each project gets its own Telegram conversation. Switch contexts by switching chats, not by navigating a single session.
- Start new tasks from your phone — Remote Control can only continue existing sessions. With Clautel, open any project bot and start talking.
/preview localhost:3000— Live screenshots of your dev server, right in Telegram. Click, scroll, type, navigate. No port forwarding needed./resumeand/session— Seamless handoff between terminal and Telegram in both directions. Start in CLI, continue on phone. Start on phone, continue in CLI.- Works on Pro — $20/mo Claude subscription + $4/mo Clautel. Total: $24/mo.
The Price Comparison
| Remote Control | Clautel | |
|---|---|---|
| Claude subscription | Max required ($100-200/mo) | Pro works ($20/mo) |
| Mobile access cost | Included in Max | $4/mo (Pro) or $9/mo (Max) |
| Total monthly cost | $100-200 | $24-29 |
| Background daemon | No | Yes |
| Per-project bots | No | Yes |
| New sessions from phone | No | Yes |
| Browser preview | No | Yes |
| Session handoff | One direction (terminal → phone) | Both directions |
| Requires terminal open | Yes | No |
| Works today on Pro | No | Yes |
$24/mo vs $100-200/mo. And you get more features.
"But Remote Control Is Official"
Fair point. Remote Control is built by Anthropic. It will get better. It'll probably come to Pro users eventually.
But "eventually" isn't today. And today:
- Pro users are locked out completely
- Max users are locked out randomly (feature flag rollout)
- The ones who get in face silent disconnects, stale state, and 10-minute timeout cliffs
- No background mode, no new sessions from mobile, no browser preview
When Remote Control becomes available to Pro users with background mode and all the features — great. Until then, there's a $4/mo solution that works right now.
How It Actually Works
You install Clautel globally:
npm install -g clautel
You run the setup wizard: It walks you through creating a Telegram bot via BotFather, setting your owner ID (so only you can use it), and activating your license.
clautel setup
You start the daemon:
clautel start
That's it. Open Telegram. Message your manager bot. Use /add to connect a project directory. You now have a dedicated Telegram bot for that project.
Type "what does the auth middleware do?" — Claude Code reads your project files and explains it. Type "add rate limiting to the /api/users endpoint" — Claude Code makes the edit, shows you the diff, asks for approval.
From your phone. On a Pro subscription. For $4/mo.
What Developers Actually Use It For
The question isn't whether you can write 200 lines of code on your phone. You can't. Nobody wants to.
The question is: how many small, valuable things can you do from your phone that you currently defer until you're back at your desk?
- Quick bug fixes you thought of on your commute
- "Run the tests and tell me what's failing"
- Config changes, copy updates, import fixes
- Reviewing what Claude Code did while you were away
- Starting a task before you get home so it's ready when you arrive
/previewto check your app's UI after a change
These are 30-second to 2-minute interactions. The kind of thing that piles up in your mental TODO list and creates low-grade anxiety because you know the fix but can't apply it.
$24/mo removes that entire bottleneck. $200/mo also removes it — if Anthropic lets you in.
Clautel bridges Claude Code to Telegram. Works with Claude Pro ($20/mo) and Max. Background daemon, per-project bots, browser preview. 7-day free trial. npm install -g clautel