mcp-discord-bridge

iprashantraj/mcp-discord-bridge
★ 0 stars TypeScript 🤖 AI/LLM Updated 8d ago
AI assistant control a Discord server - reading messages, creating/deleting channels, sending messages ,All via the MCP protocol
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-discord-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "iprashantraj/mcp-discord-bridge"
      ]
    }
  }
}

README Excerpt

A **Model Context Protocol (MCP) server** that gives AI assistants (like Claude) the ability to interact with and control Discord servers — manage channels, read messages, manage members, assign roles, and more. Built with **TypeScript**, **discord.js v14**, and the **MCP SDK**. --- | Category | Tool | Description |

Tools (14)

assign_rolecreate_categorycreate_channeldelete_channelget_channel_messagesget_memberlist_channelslist_guildslist_memberslist_rolesmove_channelremove_rolerename_channelsend_message