Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/discord.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "discord": {
      "command": "npx",
      "args": [
        "-y",
        "@discord/mcp-server"
      ],
      "env": {
        "DISCORD_BOT_TOKEN": "your_bot_token"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "discord": {
      "url": "https://mcpbridge.org/config/discord.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "discord": {
      "url": "https://mcpbridge.org/config/discord.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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