Discord Channel
Discord Channel is an official Claude Code plugin (research preview) that bridges a Discord bot to your live local session. After inviting the bot to your server and enabling Message Content Intent in the Discord Developer Portal, every message from your approved account arrives in Claude Code as a channel event. Claude acts on it and sends the reply back to the same DM or thread. Common uses include delegating coding tasks from mobile, routing CI or monitoring webhooks into an active debugging session, or checking Claude's progress on a long-running background task — from anywhere in Discord. Requires creating an application and bot token in the Discord Developer Portal, configuring it with /discord:configure, and launching Claude Code with the --channels flag. Requires Claude Code v2.1.80+ and a claude.ai login.
Installation
Terminal Preview
About Discord Channel
Claude Code plugins extend the built-in capabilities of Claude Code by adding new integrations, productivity features, and development tools. As a Integration plugin suitable for Intermediate-level users, Discord Channel integrates seamlessly into your existing Claude Code workflow to help you get more done with less effort.
Related Plugins
Claude API Mocker
Generate realistic mock API responses from OpenAPI specs, GraphQL schemas, or example payloads.
Claude Env Sync
Sync environment variables across team members securely without committing secrets to git.
Claude Action Orchestrator
Standardizes Claude Code workflows in GitHub Actions for PR and issue automation.