Discord API MCP Config
Send messages, manage servers, and integrate Discord bots into your AI agent workflows.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/discord.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/discord.json to fetch programmatically.
{
"mcpServers": {
"discord": {
"command": "npx",
"args": ["-y","@discord/mcp-server"],
"env": {
"DISCORD_BOT_TOKEN": "your_bot_token"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/discord.jsonEnvironment Variables
DISCORD_BOT_TOKENReplace your_bot_token with your actual discord bot token
Endpoints
GET
/channels/{channel_id}/messagesGet channel messages
POST
/channels/{channel_id}/messagesSend message
GET
/guilds/{guild_id}Get guild