Skip to main content
A chat platform where teams and communities connect via text, voice, or video—built for collaboration and easy communication.

Details

  • API Base URL: https://discord.com/api
  • MCP Base URL: N/A

Unified API

MethodEndpointDescription
channels/chat/channelsRetrieve a list of channels from a Discord guild.
message/chat/channels/{channel_id}/messageSend a message to a Discord channel.

Unified MCP Tools

ToolDescription
List Discord ChannelsList channels from the connected Discord guild.
Send Discord MessageSend a message to a Discord channel.

Edge Cases & Special Considerations

  • Bot Token Authentication: Uses bot token instead of OAuth flow - no user authorization required
  • Guild-Specific: Each connection is tied to a specific Discord guild (server) via guild_id
  • Fixed Scope: Always uses bot scope for authentication