Discord
Description
MCP Discord server for Discord integration and automation.
View DocumentationFeatures
- Discord bot integration
- Message and channel management
- Server automation capabilities
Example Configuration
{
"mcpServers": {
"discord": {
"command": "node",
"args": [
"/path/to/discordmcp/build/index.js"
],
"env": {
"DISCORD_TOKEN": "your_discord_token_here"
}
}
}
}
Quick Start
Setup Instructions
- Go to Settings
- Navigate to MCP Servers
- Click Enable
- Click Edit Config File
- Update your cue_desktop_config.json
- Restart the app
- You're good to go!
Copy the configuration above and paste it into your config file, then restart the application to start using this MCP server.