
MCP Discord Agent Comm
by eugeneistrach
Enable async communication between AI agents and users via Discord for long-running tasks.
What it does
This MCP server enables AI agents to maintain a communication link with users via Discord. Instead of requiring the user to stay glued to a terminal, the agent can send async notifications or request specific input and wait for a reply, making it ideal for complex, long-running autonomous workflows.
Tools
discord_message: Sends a message to a specified Discord channel. Ifexpect_replyis set to true, the tool will pause execution until the user replies to the message in Discord.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"discord-agent-comm": {
"command": "npx",
"args": ["mcp-discord-agent-comm"],
"env": {
"DISCORD_BOT_TOKEN": "your-bot-token-here",
"DISCORD_CHANNEL_ID": "your-channel-id-here"
}
}
}
}
Supported hosts
- claude
Quick install
npm install -g mcp-discord-agent-commInformation
- Pricing
- free
- Published
- 5/3/2026
- stars






