Back to directory
emiliobool/mcp-relay

emiliobool/mcp-relay

@emiliobool

This MCP server allows Claude to send messages and prompts to a Discord channel and receive responses.

discordmcp-servermessagingrelayclaudechatintegrationtypescripttool

Installation & Configuration

{
  "mcpServers": {
    "discord-relay": {
      "command": "node",
      "args": [
        "/ABSOLUTE/PATH/TO/MCP Relay/build/index.js"
      ],
      "env": {
        "DISCORD_TOKEN": "your_bot_token_here",
        "DISCORD_CHANNEL_ID": "your_channel_id_here"
      }
    }
  }
}

Information

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