PaSympa/discord-mcp
by Various
MCP server to control Discord — messages, channels, roles, permissions, members, and moderation
MCP
PaSympa/discord-mcp
Added 1 June 2026
Overview
An MCP server that lets AI agents interact with Discord through the Model Context Protocol. It exposes tools for sending messages, managing channels, roles, permissions, members, and performing moderation actions.
Best for
Best for
Developers who want to automate Discord server management through an MCP-compatible AI agent
Use cases
- Automate Discord moderation tasks like muting or banning users
- Manage server roles and permissions programmatically
- Send messages or create channels via an AI assistant
How to use
Install
claude mcp add discord -e DISCORD_TOKEN=YOUR_TOKEN_HERE -- npx -y @pasympa/discord-mcp Tools exposed
DISCORD_TOKENDISCORD_MESSAGE_CONTENTDISCORD_GUILD_MEMBERSDISCORD_MCP_TOOLSETSDISCORD_ALLOWED_GUILDSdiscord_list_guildsdiscord_get_guild_infodiscord_list_channelsdiscord_find_channel_by_namediscord_read_messagesdiscord_send_messagediscord_reply_messagediscord_edit_messagediscord_delete_messagediscord_add_reactiondiscord_remove_reactionsdiscord_get_reactionsdiscord_create_threaddiscord_bulk_delete_messagesdiscord_send_embed
Tested with
Claude Desktop, Claude Code, Cursor, VS Code
Example client config
{\n "mcpServers": {\n "discord": {\n "command": "npx",\n "args": ["-y", "@pasympa/discord-mcp"],\n "env": {\n "DISCORD_TOKEN": "YOUR_TOKEN_HERE"\n }\n }\n }\n} Notes
An MCP server that lets AI agents interact with Discord through the Model Context Protocol. It exposes tools for sending messages, managing channels, roles, permissions, members, and performing moderation actions.
11 stars on GitHub. Last updated 2026-06-01. Licensed MIT.
Use cases
- Automate Discord moderation tasks like muting or banning users
- Manage server roles and permissions programmatically
- Send messages or create channels via an AI assistant
Pros
- Covers a wide range of Discord admin actions in one server
- Written in TypeScript for type safety and easy integration
- Small but functional codebase with 11 stars
Cons
- Low community adoption and limited documentation
- Requires self-hosting and Discord bot token setup
- May lack advanced features like voice channel control
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Covers a wide range of Discord admin actions in one server
- Written in TypeScript for type safety and easy integration
- Small but functional codebase with 11 stars
Cons
- Low community adoption and limited documentation
- Requires self-hosting and Discord bot token setup
- May lack advanced features like voice channel control
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.