MCP-Discord

43 tools. 31 can modify or destroy data without limits.

9 destructive tools with no built-in limits. Policy required.

Last updated:

31 can modify or destroy data
12 read-only
43 tools total

Community server · catalogue entry verified 11/06/2026

How to control MCP-Discord ↓

What MCP-Discord exposes to your agents

Read (12) Write / Execute (22) Destructive / Financial (9)
Critical Risk

The most dangerous MCP-Discord tools

31 of MCP-Discord's 43 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control MCP-Discord

PolicyLayer is an MCP gateway — it sits between your AI agents and MCP-Discord, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "discord_delete_category": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "discord_add_multiple_reactions": {
    "limits": [
      {
        "counter": "discord_add_multiple_reactions_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "discord_get_forum_channels": {
    "limits": [
      {
        "counter": "discord_get_forum_channels_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register MCP-Discord — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON MCP-DISCORD →

Free to start. No card required.

All 43 MCP-Discord tools

WRITE 21 tools
Write discord_add_multiple_reactions Adds multiple emoji reactions to a Discord message at once Write discord_add_reaction Adds an emoji reaction to a specific Discord message Write discord_assign_role Assigns a role to a member in a Discord server Write discord_create_category Creates a new category in a Discord server. Write discord_create_forum_channel Creates a new forum channel in a Discord server, optionally under a category Write discord_create_forum_post Creates a new post in a Discord forum channel with optional tags Write discord_create_role Creates a new role in a Discord server Write discord_create_text_channel Creates a new text channel in a Discord server with an optional topic and parent category Write discord_create_voice_channel Creates a new voice channel in a Discord server with an optional parent category Write discord_create_webhook Creates a new webhook for a Discord channel Write discord_edit_category Edits an existing Discord category (name and position). Write discord_edit_channel Edits a Discord channel Write discord_edit_message Edits a message previously sent by the bot. Only messages authored by the bot can be edited. Write discord_edit_role Edits an existing role in a Discord server Write discord_edit_webhook Edits an existing webhook for a Discord channel Write discord_reply_to_forum Adds a reply to an existing forum post or thread Write discord_send Sends a message to a specified Discord text channel. Optionally reply to another message by providing its mess Write discord_send_webhook_message Sends a message to a Discord channel using a webhook Write discord_set_channel_permissions Sets permission overrides for a role or user on a channel or category Write discord_set_forum_tags Sets the available tags for a Discord forum channel. Replaces all existing tags. Write discord_update_forum_post Updates a forum post

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about MCP-Discord

Can an AI agent delete data through the MCP-Discord MCP server? +

Yes. The MCP-Discord server exposes 9 destructive tools including discord_delete_category, discord_delete_channel, discord_delete_forum_post. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through MCP-Discord? +

The MCP-Discord server has 21 write tools including discord_add_multiple_reactions, discord_add_reaction, discord_assign_role. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach MCP-Discord.

How many tools does the MCP-Discord MCP server expose? +

43 tools across 3 categories: Destructive, Read, Write. 12 are read-only. 31 can modify, create, or delete data.

How do I enforce a policy on MCP-Discord? +

Register the MCP-Discord MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every MCP-Discord tool call.

Deterministic rules across all 43 MCP-Discord tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

43 MCP-Discord tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.