Skip to content
MCP-Bridge
Communication

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

DISCORD_BOT_TOKEN

Replace your_bot_token with your actual discord bot token

Endpoints

GET/channels/{channel_id}/messages

Get channel messages

POST/channels/{channel_id}/messages

Send message

GET/guilds/{guild_id}

Get guild