chrismdemian/claude-code-discord-bridge
Control Claude Code from your phone via Discord. Full session mirroring, bidirectional messaging, permission approval — all from mobile.
Platform-specific configuration:
{
"mcpServers": {
"claude-code-discord-bridge": {
"command": "npx",
"args": [
"-y",
"claude-code-discord-bridge"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
Every running Claude Code instance on your PC automatically appears in Discord. See everything Claude does. Send prompts. Approve permissions. All from your phone.
<!-- TODO: Replace with actual screenshot/GIF -->
[](https://github.com/chrismdemian/claude-code-discord-bridge) [](LICENSE) [](https://code.claude.com)
</div>
---
claude plugin install discord-bridge@marketplaceThen run the setup wizard:
/discord-bridge:setupPaste your Discord bot token. Everything else is automatic — server created, channels configured, bot branded, hooks wired up. Join from your phone and you're done.
---
Full output mirroring — not just a chat bridge. Every tool call, diff, terminal output, and screenshot appears in Discord, formatted for mobile.
<!-- TODO: Replace with actual screenshot -->
| Feature | Description | |---------|-------------| | Auto-discovery | Bridge finds all running Claude Code instances automatically | | Forum post per session | Each session gets its own post, auto-named, auto-tagged | | Rich diffs | File edits shown with syntax-highlighted diff formatting | | Terminal output | Bash commands and output with ANSI color support | | Screenshots | Playwright captures forwarded as image attachments | | Permission buttons | Approve or deny from your phone with one tap | | Stop button | Interrupt Claude mid-task | | Slash commands | All 48+ Claude Code
Loading reviews...