About
Overview
The Discord MCP Server enables AI agents to interact with Discord servers. It provides tools for sending messages to channels, reading message history, managing server roles and channels, listing server members, and handling reactions. Supports both bot token and OAuth2 authentication.
Capabilities
Tools & Capabilities
⚡send_message
Send a message to a Discord channel
⚡read_messages
Read recent messages from a channel
⚡list_channels
List all channels in a server
⚡list_members
List members of a server
⚡create_channel
Create a new channel in a server
⚡add_reaction
Add a reaction to a message
Setup
Installation
bash
Install
npx -y mcp-discordExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"discord": {
"command": "npx",
"args": ["-y", "mcp-discord"],
"env": {
"DISCORD_BOT_TOKEN": "your-bot-token"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 280
Last UpdatedFeb 12, 2026