A lightweight, multi-guild Discord MCP server with 95+ tools
Most team communication work still happens through a UI a human drives. Discord MCP server moves it into the conversation instead. A lightweight, multi-guild Discord MCP server with 95+ tools.
Manage your entire Discord server from Claude Desktop, Claude Code, Cursor, VS Code Copilot, or any MCP-compatible client. Messages, channels, roles, permissions, moderation, forums, webhooks — all through natural language.
The server publishes 14 tools. What each one is for:
discord_list_guilds — List all servers the bot is connected todiscord_get_guild_info — Get detailed guild info (name, members, channels, roles, boosts)discord_list_channels — List all channels in a guild grouped by categorydiscord_find_channel_by_name — Find a channel by name (partial match)discord_read_messages — Read the last N messages from a text channeldiscord_send_message — Send a plain text messagediscord_reply_message — Reply to a specific messagediscord_edit_message — Edit a message sent by the botdiscord_delete_message — Delete a specific messagediscord_add_reaction — Add a reaction emoji to a messagediscord_remove_reactions — Remove reactions (all, by emoji, or by user)discord_get_reactions — List users who reacted with a specific emojiThe server ships on npm as @pasympa/discord-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Configuration is passed through the environment: DISCORD_TOKEN, GUILD_ID. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Discord's toolset — discord_list_guilds, discord_get_guild_info, discord_list_channels and 11 more — is a fair guide to whether it matches your workflow. It is maintained by leandremru; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| discord_list_guilds | List all servers the bot is connected to |
| discord_get_guild_info | Get detailed guild info (name, members, channels, roles, boosts) |
| discord_list_channels | List all channels in a guild grouped by category |
| discord_find_channel_by_name | Find a channel by name (partial match) |
| discord_read_messages | Read the last N messages from a text channel |
| discord_send_message | Send a plain text message |
| discord_reply_message | Reply to a specific message |
| discord_edit_message | Edit a message sent by the bot |
| discord_delete_message | Delete a specific message |
| discord_add_reaction | Add a reaction emoji to a message |
| discord_remove_reactions | Remove reactions (all, by emoji, or by user) |
| discord_get_reactions | List users who reacted with a specific emoji |
| discord_create_thread | Create a thread from a message or standalone |
| discord_bulk_delete_messages | Delete multiple messages at once (2-100) |
{
"mcpServers": {
"discord": {
"command": "npx",
"args": ["-y", "@pasympa/discord-mcp"],
"env": {
"DISCORD_TOKEN": "YOUR_TOKEN_HERE"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| DISCORD_TOKEN | Credential the server authenticates with. | Yes |
| GUILD_ID | Configuration value read at startup. | Optional |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.