Claude Code + Alice&Bot
Chat with your coding session from your phone. End-to-end encrypted.
1
Install the MCP server
Paste this in your terminal:
shell
curl -fsSL https://storage.googleapis.com/alice-and-bot/cli/install.sh | shDownloads a single binary to ~/.local/bin/alice-and-bot-mcp. The binary is ~100MB because Deno embeds its entire runtime — even a hello world is ~90MB.
2
Add to Claude Code
Add this to your .claude/settings.json:
.claude/settings.json
{
"mcpServers": {
"aliceandbot": {
"command": "alice-and-bot-mcp"
}
}
}Or just ask Claude to add it for you.
3
Start chatting
In Claude Code, type:
shell
Set up Alice&Bot so I can message this session from my phoneClaude will show a QR code. Scan it with your phone. That's it — you're chatting with your coding session.
Messages are end-to-end encrypted. The relay never sees plaintext.