Back to directory
fahad-rashid1100/discord-mcp-mod

fahad-rashid1100/discord-mcp-mod

@Fahad-Rashid1100

A Model Context Protocol (MCP) server that enables LLMs to interact with Discord channels, allowing them to send and read messages through Discord's API.

discordmcpclaudeintegrationchatmessagingbotautomation

Installation & Configuration

{
  "mcpServers": {
    "discord": {
      "command": "node",
      "args": [
        "path/to/discordmcp/build/index.js"
      ],
      "env": {
        "DISCORD_TOKEN": "your_discord_bot_token_here"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15