Discord MCP ServerServer

v-3
GitHub
DiscordMCPIntegration

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that allows LLMs to interact with Discord channels, enabling them to send and read messages through the Discord API while maintaining user control and security.

📝 JSON Entries

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

🛠️ Tools

npmgit

Features

  • Send messages to Discord channels
  • Read recent messages from channels
  • Automatic discovery of servers and channels
  • Support for channel names and IDs
  • Proper error handling and validation

💬 Example Queries

  • Can you read the last 5 messages from the general channel?
  • Please send a message to the announcements channel saying: 'The meeting starts in 10 minutes.'
  • What were the most recent messages in the development channel about the latest release?