Discord Integration Server
๐งMCP Serverjackedelic/mcp-discord
MCP server enabling AI assistants to interact with Discord โ managing messages, channels, forums, reactions, and webhooks programmatically.
Overview
Discord Integration Server is an MCP server that enables AI assistants to interact with the Discord platform programmatically. It provides tools for managing messages, channels, forums, reactions, and webhooks โ allowing AI agents to read, send, and organize Discord content through a standardized protocol.
Key Features
- Message management โ Read, send, and delete channel messages using either channel IDs or channel names
- Channel and forum operations โ Create and delete text channels, retrieve forum channel lists, and create, delete, or reply to forum posts
- Reactions and webhooks โ Add and remove message reactions, plus create, edit, delete, and use webhooks for automated messaging
- Server information โ Retrieve Discord server details and login to a Discord bot with configurable permissions (Administrator or granular)
Who is this for?
Developers and community managers who want to integrate Discord operations into AI-assisted workflows. Useful for automating community management tasks, building Discord bots through natural language, monitoring channels, and managing forum content without writing traditional bot code.
Installation
claude mcp add discord -- node path/to/mcp-discord/build/index.js --config your_discord_bot_token{
"mcpServers": {
"discord": {
"command": "node",
...