Discord is a popular platform for communities and team communication. MCP servers can connect Claude to your Discord servers for reading messages, sending notifications, and managing channels. Here are the options for Discord integration.
Recommended MCP Servers
Discord MCP
v-3/discordmcp
Discord integration for reading messages, sending content, and managing servers.
Key Features
- Read channel messages
- Send messages
- Server management
- Bot token authentication
Installation
npx discord-mcpDiscord MCP provides access to your Discord servers through a bot token. Read messages, send updates, and manage channels. Good for automating community management tasks.
Fetch MCP + Discord API
anthropics/mcp-server-fetch
Call Discord's REST API directly for custom integrations.
Key Features
- Full API access
- Webhooks support
- Any Discord endpoint
- Custom automation
Installation
npx @modelcontextprotocol/server-fetchFor advanced Discord automation, use the Fetch MCP to call Discord's REST API directly. Send webhook messages, manage channels, and build custom integrations.
Quick Comparison
| MCP | Stars | Best For | Pros | Cons |
|---|---|---|---|---|
| Discord MCP | >200 | Server management | Structured API | Community maintained |
| Fetch + API | >2k | Custom bots | Full flexibility | Manual API calls |
Getting Started
To use Discord with Claude Code:
Create a Discord Bot at discord.com/developers/applications.
Get your Bot Token from the Bot section.
Install Discord MCP:
npx discord-mcp
Example prompt: "Send a message to the announcements channel about the new feature release."