MCP server for Discord bot integration
Enable AI assistants to interact with Discord. Send messages, manage channels, handle media files including images, videos, and documents.
{
"mcpServers": {
"discord": {
"mcpServers": {
"discord": {
"env": {
"DISCORD_BOT_TOKEN": "YOUR_BOT_TOKEN"
},
"args": [
"-y",
"discord-mcp"
],
"command": "npx"
}
}
}
}
}