Skip to main content
Glama
552,643 tools. Updated 2026-09-12 13:49

"A bot for sending and managing messages on Discord" matching MCP tools:

  • Build a Discord interaction bus in TouchDesigner with command/message rows, approval policy, adapter URL, and bot-token/signature safety notes.
    MIT
  • Open Apple Messages with a recipient and pre-filled text for manual review and sending. Safely draft new conversations without sending automatically.
    MIT
  • Send a Discord message through a webhook using its ID and secret token. Use this when you need webhook-only delivery without a bot user and already have the credentials.
    Apache 2.0
  • Delete a single Discord message permanently to remove spam, policy violations, or stale bot content. Irreversible action that requires explicit confirmation.
    Apache 2.0
    Destructive

Matching MCP Servers

  • A
    license
    B
    quality
    B
    maintenance
    A local MCP server that lets AI clients control a Discord bot via Discord's REST API, offering messaging, administration, and moderation tools. Includes safety features such as guild scoping, allowlists, and opt-in write permissions.
    20
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables fuzzy search and browsing of Apple Messages (iMessage/SMS) with contact resolution, filtering by sender or date, and context display through CLI, MCP, or Claude Code plugin.
    44
    19
    MIT

Matching MCP Connectors

  • Connect a Discord bot (bot token from the developer portal) to read/send messages, list guilds and c

  • MCP connector for iMessage & Contacts via a local Mac agent + Vercel relay

  • Search recent messages in a Discord channel for a substring keyword to locate specific messages without manual scrolling, returning matches plus scan metadata.
    Apache 2.0
  • Design a complete Discord server from a natural-language request, verify bot and guild permissions, and produce a dry-run plan ready for application.
    Apache 2.0
  • Permanently delete a bot-sent message using its message ID. Works within 2 minutes of sending, or anytime with admin privileges.
    MIT
    Destructive
  • Fetch unseen messages from a session to check for task assignments, answers, or updates after sending a response. Use for quick status checks without waiting.
    MIT
  • Replace the text of a bot-authored Discord message in a channel or thread. Specify channel ID, message ID, and new content; returns the edited message ID.
    MIT
  • Join the bot to a Discord thread to receive thread events and send messages. Re-joining an already joined thread has no effect.
    Apache 2.0
  • Check service connectivity and latency for AI conversation components to verify operational status before sending messages.
    -
  • Replace an embed on a bot-sent Discord message with a new embed, using channel and message IDs. Fully overwrites existing embed fields with provided values.
    MIT
  • Prevent disruptive Discord members from sending messages, reacting, or speaking for up to 28 days. Set duration_minutes to 0 to end the timeout early.
    MIT
  • Edit a Discord message previously sent by the bot to fix typos, update status text, or rewrite embeds. Only works on the bot's own messages.
    Apache 2.0
  • Resolve a Discord user ID to a public profile with username, avatar, and bot status. Use this to map IDs from other tools to recognizable user info.
    Apache 2.0
  • Fetch recent chat messages from a room, including author usernames for @mentions. Use before sending a message to know who to mention.
    MIT
  • Retrieve recent events from a bounded in-memory buffer using a cursor for pagination. Enables polling for Discord client activity without connecting to Discord or fetching historical messages.
    MIT