Discord MCP Server
Provides tools for interacting with Discord, enabling AI agents to list channels, read message history, and send messages to specific channels.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Discord MCP ServerRead the latest messages from the general channel"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Discord MCP Server
Connect Claude Desktop to Discord using MCP (Model Context Protocol).
Features
get_channel— list channelsread_message— read messagessend_message— send messages
Related MCP server: MCP-Discord
Architecture
Claude → MCP Server → Discord Bot → DiscordStructure
MCP DISCORD/
├── server.py
├── assets/
│ ├── list_channels.png
│ ├── read_messages.png
│ └── send_message.png
├── .env
├── pyproject.toml
└── README.mdScreenshots
List Channels

Read Messages

Send Message

Setup
Install
uv syncor
pip install mcp discord.py python-dotenv pydanticDiscord Bot
Create bot: https://discord.com/developers/applications
Enable:
Message Content Intent
Server Members Intent
Invite with permissions:
View Channels
Send Messages
Read Message History
.env
DISCORD_TOKEN=your_token_hereClaude Config
{
"mcpServers": {
"discord": {
"command": "uv",
"args": [
"--directory",
"C:/path/to/MCP DISCORD",
"run",
"server.py"
],
"env": {
"DISCORD_TOKEN": "your_token"
}
}
}
}Run
uv run server.pyExamples
List channels in server 123
Read last 10 messages from channel 456
Send "Hello" to channel 456Notes
Don’t share your token
Reset it if leaked
License
MIT
Author
Dioubi Issam Ai developer
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/userdeter1/Mcp-Discord'
If you have feedback or need assistance with the MCP directory API, please join our Discord server