π¦
Claude From Bed
Monitor and chat with Claude Code from your phone over LAN
0 installs
Trust: 37 β Low
Comms
Ask AI about Claude From Bed
Powered by Claude Β· Grounded in docs
I know everything about Claude From Bed. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Claude From Bed
Monitor and chat with Claude Code from your phone while lying in bed. Runs a local web server on your LAN β no app install needed.
ββββββββββββββββ MCP / hooks ββββββββββββββββββ WebSocket βββββββββββββββ
β Claude Code β βββββββββββββββ> β Bridge Server β ββββββββββββ> β Phone UI β
β (Desktop) β <βββββββββββββββ β (Node.js) β <ββββββββββββ β (Browser) β
ββββββββββββββββ ββββββββββββββββββ βββββββββββββββ
Install
Claude Code CLI (recommended)
npx claude-from-bed setup-mcp
This registers an MCP server that auto-starts with every Claude Code session. No need to run a separate server β it just works.
Claude Desktop
npx claude-from-bed setup-desktop
Then restart Claude Desktop.
Standalone (hooks mode)
If you prefer hooks over MCP:
npx claude-from-bed setup # Install hooks into ~/.claude/settings.json (one-time)
npx claude-from-bed # Start the bridge server (run in a separate terminal)
Usage
- Start a Claude Code session
- Claude will tell you the phone URL (e.g.
http://192.168.x.x:3456) - Open that URL on your phone (same WiFi network)
- See everything Claude does in real time
- Send messages from your phone β Claude picks them up automatically
Features
- Real-time activity feed β Every tool call appears as a card on your phone the moment it happens
- Push notifications β Audio chime + browser notification when Claude needs attention
- Chat from phone β Send follow-up instructions without walking to your computer
- Event filters β Toggle event types on/off to focus on what matters
Commands
| Command | Description |
|---|---|
npx claude-from-bed | Start bridge server standalone |
npx claude-from-bed setup-mcp | Register MCP server for Claude Code CLI |
npx claude-from-bed setup-desktop | Register MCP server for Claude Desktop |
npx claude-from-bed setup | Install HTTP hooks for Claude Code CLI |
npx claude-from-bed uninstall | Remove hooks from Claude Code |
npx claude-from-bed uninstall-desktop | Remove MCP server from Claude Desktop |
Uninstall
# Claude Code CLI
npx claude-from-bed uninstall
# Claude Desktop
npx claude-from-bed uninstall-desktop
# Then restart Claude Desktop
Requirements
- Node.js 18+
- Claude Desktop or Claude Code CLI
- Phone and computer on the same WiFi/LAN
License
MIT
