Skip to content
InnovateTechie
Claude Code

Claude Code Remote Control: Run Your Session From Your Phone

InnovateTechieBy InnovateTechie8 min read
Share
Claude Code Remote Control: Run Your Session From Your Phone

Part ofWhat Is Claude Code? The Complete Guide

Quick answer

Claude Code Remote Control connects the Claude mobile app or claude.ai/code to a Claude Code session running on your own machine, so you can check on it and steer it from your phone or any browser. Enable it with `/remote-control` (or turn it on for every session in `/config`), and the agent keeps running locally the whole time — your files, tools, and MCP servers never move to the cloud.

The best part of Claude Code Remote Control is what doesn't change: your session still runs on your laptop with full access to your repo, your MCP servers, and your config. You're just attaching a phone or browser as a second screen. We kick off a long refactor at the desk and approve steps from the couch — same session, different device. Here's how to turn on Claude Code Remote Control, use it from your phone, and understand exactly what stays local.

What Claude Code Remote Control is

Remote Control links a remote front end — the Claude app for iOS and Android, or claude.ai/code in a browser — to a live Claude Code session on your computer. The key word is link: the agent doesn't relocate to the cloud. It keeps executing on your machine, and Claude Code Remote Control simply mirrors that session to your device so you can read output, answer prompts, and approve edits from anywhere.

That local-first design is why it's genuinely useful rather than a toy. Because the session stays on your hardware, you keep everything that makes Claude Code powerful:

You keep access toEven from your phone
Your local filesystem and repository
Your MCP servers and connected tools
Your project config and CLAUDE.md
The exact session already in progress

How to enable Claude Code Remote Control

Turning it on takes about a minute. Claude Code Remote Control requires Claude Code v2.1.51 or later, so start by confirming your version:

claude --version

If you're behind, update Claude Code first. Then pick how you want to enable it:

MethodWhat it does
/remote-controlTurns on Remote Control for the current session and shows how to connect a device
/config → "Enable Remote Control for all sessions"Makes every future session remote-controllable by default
/mobileDisplays download links for the Claude iOS/Android app

For most individual users, running /remote-control inside an active session is the fastest path — it's the "let me grab this on my phone" button. If you always want the option, flip the /config toggle once and forget about it.

How to enable Claude Code Remote Control — version check, the /remote-control command, and /mobile

One note for teams: on Team and Enterprise plans, Claude Code Remote Control is off by default until an Owner enables the Remote Control toggle in Claude Code admin settings. That's a deliberate control so organizations decide whether local sessions can be reached from outside the machine.

Using Claude Code Remote Control from your phone

Once enabled, the flow is simple:

  1. Start (or resume) a session on your machine and run /remote-control.
  2. Open the Claude app or claude.ai/code on your phone, tablet, or another browser — use /mobile first if you still need to install the app.
  3. Pick up the session from your device. You'll see the live conversation and can send prompts, answer permission requests, and approve or reject edits.
  4. Walk away from your desk. The agent keeps working locally; you just monitor and steer remotely.

This turns dead time into progress. Kick off a large migration, then approve each planned step from your phone during a commute. It pairs especially well with plan mode: the agent writes a plan, and you approve it from wherever you are instead of being chained to the keyboard.

Is Claude Code Remote Control secure?

The security story is the strongest argument for the feature. Nothing moves to the cloud. When you start a Claude Code Remote Control session, Claude keeps running entirely on your machine — your source code, credentials, and tool access stay on your hardware. The remote device is a control surface, not a copy of your project.

A few practical points keep it safe:

  • It's opt-in per session (/remote-control) or per config toggle — a session isn't reachable remotely unless you say so.
  • Teams gate it centrally. Owners decide on Team and Enterprise plans, so remote access isn't silently available across an org.
  • You still approve actions. Permission prompts and plan approvals work the same remotely, so nothing edits or runs without your say-so — the same guardrails as a local session.

Claude Code Remote Control — a local session mirrored to a phone while code stays on the machine

If you're comparing this to fully cloud-based agents, the distinction matters: Remote Control gives you the reach of the cloud with the trust boundary of local execution. For the full feature reference, see Anthropic's Remote Control docs, and grab the app from the Claude download page.

Where Claude Code Remote Control actually earns its place

Remote Control isn't a novelty — it changes when and where you can make progress. A few workflows we lean on:

  • Approve long runs on the move. Start a big refactor or a test-suite overhaul before you leave your desk, then approve each planned step from your phone on the train. The heavy lifting happens on your machine; you're just unblocking it.
  • Babysit a slow, long-running task. Kick off a migration, step away, and glance at progress from the couch. When Claude hits a permission prompt, you clear it in seconds instead of losing an hour to a stalled run.
  • Switch rooms without losing context. Move from your desk to a meeting and pick the same session up in a browser — no re-explaining, no lost history, because the session never left your machine.
  • Pair from two places at once. Drive the same local session from a laptop and a phone: the big screen for reading diffs, the phone for quick yes/no approvals.

The common thread is that Claude Code Remote Control removes the requirement to be physically at the keyboard for work that's mostly waiting-and-approving — and that's a surprising share of agentic coding. The model plans, edits, and runs tests; you mostly say "yes, continue" at the right moments. Being able to say it from anywhere is the entire value.

It also composes cleanly with the rest of your setup. Because it's a normal local Claude Code session, you can resume it at your desk later with --continue as if you'd never left — Remote Control and local work are the same session, not two copies. And since execution stays local, your MCP servers and project tools keep working remotely with zero extra configuration, which is exactly what separates Claude Code Remote Control from a thin cloud chat window.

Frequently Asked Questions

Run /remote-control inside an active session to enable it for that session, or turn on "Enable Remote Control for all sessions" in /config to make it the default. You need Claude Code v2.1.51 or later — check with claude --version and update if needed.

Yes. Claude Code Remote Control connects the Claude iOS/Android app or claude.ai/code to a session running on your computer. Run /mobile inside Claude Code to get the app download links, then pick up your local session from the phone.

No. The agent keeps running entirely on your local machine — your files, MCP servers, tools, and config never move to the cloud. The remote device is only a control surface that mirrors the session, so you can read output and approve actions from anywhere.

Claude Code Remote Control requires version 2.1.51 or later. Check your version with claude --version; if it's older, update Claude Code (via claude update or your package manager) before enabling Remote Control.

Yes, and it's controlled centrally. On Team and Enterprise plans it's off by default until an Owner enables the toggle in Claude Code admin settings. Sessions are opt-in, execution stays local, and permission prompts still require your approval from the remote device.

The web version at claude.ai/code runs each session in an Anthropic-managed cloud sandbox. Remote Control is the opposite: the session runs on your machine with your local files and tools, and your phone or browser is just a remote screen for it.

Yes. Permission prompts, plan approvals, and edit confirmations all appear on the remote device exactly as they would locally, so you can approve or reject each action from your phone or browser. Nothing runs or edits your files without your explicit go-ahead.
InnovateTechie

Written by

InnovateTechie

Writing about Claude and the Anthropic toolkit — models, Claude Code, pricing, features, and fixes, in clear, practical, hands-on guides tested by daily use.

View all posts →