BeClaude

discord

30.2kOfficial PluginGeneralby Anthropic

Discord messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /discord:access.

Python3272 forks747 issuesUpdated 6/16/2026First seen 4/17/2026

Summary

The Discord skill bridges Claude Code with Discord, enabling real-time messaging and access control directly from your terminal.

  • It simplifies team collaboration by allowing you to manage pairing, allowlists, and policies through the /discord:access command, making it ideal for developers who need to coordinate without switching contexts.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install discord@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Send a notification to a Discord channel when a CI/CD build completes.
Restrict Discord bot access to specific users by managing the allowlist via /discord:access.
Pair a Discord channel with a project to automatically relay error logs.
Update the access policy to grant temporary permissions for a new team member.
Broadcast a deployment status update to multiple Discord servers from Claude Code.
Audit recent Discord messages related to a specific project using the bridge.

Usage Examples

1

/discord send #general 'Deployment v2.1.0 is live on production.'

2

/discord:access allow user:[email protected]

3

Pair this project with #dev-chat and forward all warnings.

View source on GitHub
claude-codemcpskills

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is discord?

The Discord skill bridges Claude Code with Discord, enabling real-time messaging and access control directly from your terminal. It simplifies team collaboration by allowing you to manage pairing, allowlists, and policies through the /discord:access command, making it ideal for developers who need to coordinate without switching contexts.

How to install discord?

To install discord: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install discord@<marketplace>. Finally, /plugin in Claude Code.

What is discord best for?

discord is a plugin categorized under General. Created by Anthropic.

What can I use discord for?

discord is useful for: Send a notification to a Discord channel when a CI/CD build completes.; Restrict Discord bot access to specific users by managing the allowlist via /discord:access.; Pair a Discord channel with a project to automatically relay error logs.; Update the access policy to grant temporary permissions for a new team member.; Broadcast a deployment status update to multiple Discord servers from Claude Code.; Audit recent Discord messages related to a specific project using the bridge..