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
π§ Architecture
Claude β MCP Server β Discord Bot β Discordπ Structure
MCP DISCORD/
βββ server.py
βββ assets/
β βββ list_channels.png
β βββ read_messages.png
β βββ send_message.png
βββ .env
βββ pyproject.toml
βββ README.mdπΈ Screenshots
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.py㪠Examples
List channels in server 123
Read last 10 messages from channel 456
Send "Hello" to channel 456π Notes
Donβt share your token
Reset it if leaked
π License
MIT
π¨βπ» Author
Dioubi Issam Ai developer
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.