MightyMouse

How to use OpenClaw from your phone

By Techguyver · 18 August 2026

OpenClaw answers you in WhatsApp or Telegram. It still runs on your Mac, and the moment it needs something only your Mac has, your phone is stuck outside.

OpenClaw is the open-source agent that lives inside your chat apps and actually does things - runs shell commands, edits files, drives a browser, checks your calendar, sends the email. It keeps its memory as plain Markdown files on your own disk instead of someone else's server, and it wakes itself up on a schedule instead of waiting for you to ask. That local-first design is a big part of why it took off.

The question people search for right after installing it is simple: how do I use this from my phone? The honest answer is that you already can, for the chat half. WhatsApp, Telegram, Signal, Discord, iMessage - OpenClaw was built to live there, so telling it what to do from your phone was never the hard part.

The hard part is everything OpenClaw does that is not a chat message. It is still a process running on your Mac. When it wants to open a browser window, read a file only that machine has, or run a command that needs your Mac's actual desktop, the chat thread cannot show you that. You end up doing what people have always done in that situation: finding your Mac's local IP address and typing an address like http://192.168.1.23:PORT into your phone's browser, which only works if your phone happens to be on the same Wi-Fi, and stops working the moment you leave the house.

What is actually missing

Three things, in the order they matter:

None of that is a knock on OpenClaw. It was built to be the agent, not the remote-access layer for the machine it runs on - that is a different job, and one that coding agents in general tend to leave for whatever the person is already using.

Reaching the Mac OpenClaw runs on, from your phone

This is where MightyMouse turns your iPhone into a screen, trackpad, keyboard and microphone for your Mac - it is not an OpenClaw integration, it is the phone access layer for the Mac underneath it. You install it on the Mac, scan a QR code once from your phone, and from then on your phone can:

That last point is the actual fix for the IP-address workaround. The tunnel means the phone finds the Mac through a normal internet connection, the same as any app, rather than needing to be inside the house.

Getting a ping the moment something needs you

The other half of the problem is not seeing the Mac, it is knowing when to look. MightyMouse's agent relay solves a version of this same problem for coding agents: an agent asks a question through a standard tool-calling protocol called MCP, and the Mac app pushes a notification straight to your phone's lock screen. Tap it, answer from wherever you are, and the agent picks the answer up and keeps going.

To be precise about what this is and is not: that relay is wired up for agents that speak MCP, which is most coding agents today, and it is a separate MightyMouse feature from OpenClaw itself. OpenClaw is not an MCP client we connect to, and we do not claim it is. What MightyMouse gives an OpenClaw user is the same underlying thing every agent running on a Mac eventually needs: a way to see that Mac, drive it, and talk to it, from a phone, from anywhere - so the terminal session OpenClaw is running in is never more than a tap away.

The honest tradeoff

This does not turn your phone into a second machine that runs OpenClaw independently. The Mac still has to be on. If the lid is closed and the machine is asleep, there is nothing to connect to - MightyMouse gets you to the Mac, it does not replace the Mac. And because the phone is mirroring a real desktop rather than a purpose-built mobile view, driving it from a 6-inch screen is fine for a quick check or a nudge, not for a long editing session.

See and drive the Mac your agent runs on, from your phone.
Free local transcription too. No card to try it.

Common questions

Can OpenClaw run on my phone instead of my Mac?

No. OpenClaw is a chat-based agent, and the messaging half works fine from your phone already, but the agent process itself runs on the machine you installed it on. Anything it does outside the chat - opening a browser, editing a file, running a shell command - happens on that machine, not on the phone.

How do I check on OpenClaw when I am not home?

The chat apps it lives in (WhatsApp, Telegram, and so on) work from anywhere already. To actually see the Mac it runs on, you need a way to reach that Mac remotely - a Cloudflare tunnel or similar, rather than a local network address that only works on the same Wi-Fi.

Is MightyMouse an OpenClaw plugin?

No. MightyMouse is a Mac app that turns your iPhone into a screen, trackpad and microphone for your Mac. It works alongside anything running on that Mac, OpenClaw included, the same way it works alongside a terminal or a browser.

Read next