Discord MCP
Send messages, manage threads, and search Discord servers. Ideal for community and developer outreach.
Overview
| Catalog ID | mcp-discord |
| Category | communication |
| Auth method | OAuth |
| Blast radius | moderate |
| Trust | Verified — published by cendriix |
| Version | 1.0.0 |
| Regions | us-east-1, eu-west-1 |
Tools
| Tool | Description |
|---|---|
send_message | Send a message to a Discord channel. |
list_channels | List channels in a server. |
create_thread | Create a thread in a channel. |
pin_message | Pin a message in a channel. |
search_messages | Search messages in a server. |
Tool parameters
send_message
Send a message to a Discord channel.
| Parameter | Type | Description | |
|---|---|---|---|
channel_id | string | required | Channel ID |
content | string | required | Message content |
list_channels
List channels in a server.
| Parameter | Type | Description | |
|---|---|---|---|
guild_id | string | required | Server (guild) ID |
create_thread
Create a thread in a channel.
| Parameter | Type | Description | |
|---|---|---|---|
channel_id | string | required | Parent channel ID |
name | string | required | Thread name |
message | string | optional | Initial message |
pin_message
Pin a message in a channel.
| Parameter | Type | Description | |
|---|---|---|---|
channel_id | string | required | Channel ID |
message_id | string | required | Message ID to pin |
search_messages
Search messages in a server.
| Parameter | Type | Description | |
|---|---|---|---|
guild_id | string | required | Server (guild) ID |
content | string | required | Search query |
Installing
- In Cendriix, go to Settings → MCPs
- Find Discord and click Install
- Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
- Click Test Connection to run a health check and list available tools
Authentication. Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
Blast radius
This MCP is classified moderate. This MCP can create and update records in the connected service, but cannot delete infrastructure.
Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.
Further reading
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations
Last updated on