discord

Installation
SKILL.md

Discord

Independent, unofficial connector for Discord. Not affiliated with, endorsed by, or sponsored by Discord. "Discord" is a trademark of its owner, used only to identify the service this connector works with.

Agent-callable tools for a Discord server, running against the Discord API (https://discord.com/api/v10). The connector authenticates as a bot added to one or more servers: send and manage messages, start threads and forum posts, create and edit channels, manage members and roles, post through channel webhooks, and read the servers, channels, members, roles, and emojis an agent needs to resolve the ids those actions take. 29 scripts. Because a single bot can belong to many servers, every server-scoped tool takes an explicit guild_id (a server id), which you resolve with listGuilds.

When to use this

  • An agent needs to send or manage messages — post to a channel, thread, or forum post, reply, edit or delete a message, add or remove reactions, or DM a user.
  • An agent needs to manage threads and channels — start a forum post or standalone thread, create a channel, rename or re-topic one, and list channels or active threads.
  • An agent needs to administer members and roles — list, search, or read members, add or remove roles, and list or create roles.
  • An agent needs to read servers and resolve ids — list the bot's servers, read a server / user / member, list custom emojis, and post via channel webhooks under a custom identity.

Setup

This is an agentskills.io skill.

If this connector is already exposed to you as callable tools (e.g. mcp__discord__<tool>), that's a valid path — call them directly. Everything below is only for standalone terminal use when no such tools are loaded.

Installs
4
GitHub Stars
116
First Seen
Jul 28, 2026
discord — zapier/connectors