LogoSTMCP
Download
discordmcp

Discord MCP Server

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 while maintaining user control and security.

Tools

1. send-message

Sends a message to a specified Discord channel.

2. read-messages

Reads recent messages from a specified Discord channel.

Open Graph image for Discord MCP Server

JSON Config

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

Useful Links

Information

  • Author@v-3
  • Published date2025/09/18