Control Claude Code from your Apple Watch
npm install claude-code-watchosControl Claude Code from your Apple Watch. Approve actions, track progress, and receive notifications.
``bash`
npx claude-code-watchos
Enter the pairing code shown on your Apple Watch to connect.
| Command | Description |
|---------|-------------|
| npx claude-code-watchos | Interactive setup wizard |npx claude-code-watchos status
| | Check connection status |npx claude-code-watchos serve
| | Start MCP server (called by Claude Code) |npx claude-code-watchos unpair
| | Remove configuration |
1. Pair - Run npx claude-code-watchos and enter the code on your watch
2. Configure - Claude Code's MCP config is updated automatically
3. Use - Claude will send approval requests to your watch
When paired, Claude Code gets access to these tools:
- watch_notify - Send notifications to your watchwatch_request_approval
- - Request approval for actionswatch_update_progress
- - Update task progresswatch_set_task
- - Set current task namewatch_complete_task
- - Mark task completewatch_get_state` - Get session state
-
- Node.js 18+
- Apple Watch with Claude Watch app
- Claude Code CLI
MIT