MCP server that lets AI assistants manage Discord channels, messages, members, roles, threads, webhooks, forums, and moderation.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Discord Bridge.
list_guildsList all Discord servers the bot is in
list_channelsList all channels and categories in a Discord server
create_categoryCreate a new category in a Discord server
create_channelCreate a text or voice channel, optionally inside a category
delete_channelDelete a channel or category by ID
move_channelMove a channel into a different category
Control your Discord server using AI ā 44 tools, no cloning required. Works with any MCP-compatible app: Claude Desktop, Cursor, Windsurf, Continue.dev, Zed, Claude Code, and more.
What is MCP? Model Context Protocol is an open standard that lets AI apps talk to external tools. This project is one of those tools ā it gives any AI assistant the power to manage your Discord server.
That's it ā no clone, no npm install. Just add it to your AI app's MCP config (see Quick Start below).
Once connected, your AI assistant can:
It also runs as a standalone Discord bot with /ping, /info, and /serverinfo slash commands.
bot, applications.commandsSend Messages, Read Message History, Manage Channels, Manage Roles, Manage Webhooks, Kick Members, Ban Members, Moderate Members, Manage NicknamesAdd this to your app's MCP config ā no cloning or installing needed:
Where is the config file?
| App | Config Location |
|---|---|
| Claude Desktop | Windows: %APPDATA%\Claude\claude_desktop_config.json Ā· macOS: ~/Library/Application Support/Claude/claude_desktop_config.json |
| Claude Code | ~/.claude.json (or run /mcp in Claude Code) |
| Cursor | Settings > search "MCP" > Edit MCP Settings |
| Windsurf | ~/.codeium/windsurf/mcp_settings.json |
| Continue.dev | ~/.continue/config.json |
| Zed | ~/.config/zed/settings.json |
Restart your AI app. You should now see Discord tools available. Try asking:
"List all channels in my Discord server"
| Tool | What It Does |
|---|---|
| Server | |
list_guilds | List all servers the bot is in |
list_channels | List all channels and categories |
| Channels | |
create_category | Create a new category |
create_channel | Create a text or voice channel |
delete_channel | Delete a channel or category |
move_channel | Move a channel to a different category |
rename_channel | Rename a channel or category |
| Messages | |
get_channel_messages | Fetch recent messages (up to 100) |
send_message | Send a message to a channel |
delete_message | Delete a message |
edit_message | Edit a bot message |
search_messages | Search messages by keyword |
send_dm | Send a direct message to a user |
add_reaction | Add an emoji reaction to a message |
remove_reaction | Remove the bot's reaction from a message |
add_multiple_reactions | Add multiple reactions at once |
| Forum Channels | |
list_forum_channels | List all forum channels in a server |
create_forum_post | Create a new forum post |
get_forum_post | Fetch a forum post and its messages |
reply_to_forum_post | Reply to a forum post |
delete_forum_post | Delete a forum post |
| Webhooks | |
create_webhook | Create a webhook for a channel |
send_webhook_message | Send a message via webhook |
edit_webhook | Edit a webhook |
delete_webhook | Delete a webhook |
| Members | |
list_members | List server members with roles |
get_member | Get detailed info about a member |
| Roles | |
list_roles | List all roles in a server |
assign_role | Give a role to a member |
remove_role | Take a role from a member |
create_role | Create a new role with name, color, mentionable |
edit_role | Edit a role's name or color |
delete_role | Delete a role from the server |
| Moderation | |
kick_member | Kick a member from the server |
ban_member | Ban a user (with optional message cleanup) |
unban_member | Unban a previously banned user |
timeout_member | Timeout (mute) a member for a duration |
set_nickname | Set or reset a member's nickname |
| Threads | |
create_thread | Create a thread in a text channel |
list_threads | List active and archived threads |
archive_thread | Archive a thread (optionally lock it) |
unarchive_thread | Unarchive a thread |
join_thread | Make the bot join a thread |
delete_thread | Delete a thread |
If you want to modify the code or run the standalone bot:
Then use ts-node to run directly:
If you just want the slash commands without MCP:
| Command | Description |
|---|---|
/ping | Check bot latency |
/info | Show bot uptime and stats |
/serverinfo | Show server details |
The image defaults to the MCP server (stdio). To run the standalone bot 24/7 instead, uncomment the command: ["node", "dist/index.js"] line in docker-compose.yml, then:
An MCP client talks to mcp-server.ts over stdio (JSON-RPC). The server advertises tools (with read-only/destructive annotations), then dispatches each call through mcp-handlers.ts ā a 44-tool registry that validates args, checks bot permissions, and enforces read-only mode. Handlers act through the shared client from discord-client.ts, which owns login and connection state. The standalone bot (index.ts) is a separate entrypoint that reuses the same client factory.
Editable source:
assets/architecture.excalidrawā open it at excalidraw.com.
CI runs automatically on every push and PR via GitHub Actions.
This server can delete channels, ban members, and remove roles. If you only want
the AI to read your server, set DISCORD_READONLY in the env block:
In read-only mode only the 10 read tools (list_*, get_*, search_messages)
are advertised and callable; every write/destructive tool is refused.
All tools also carry MCP annotations (readOnlyHint / destructiveHint), so
compatible clients can flag or confirm destructive actions before running them.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/iprashantraj-mcp-discord-bridge)<a href="https://allmcps.com/mcp/iprashantraj-mcp-discord-bridge"><img src="https://allmcps.com/api/badge/iprashantraj-mcp-discord-bridge?style=directory" alt="MCP Discord Bridge on AllMCPs" /></a>