MCP Now
Discord

Discord

by SaseQ
GitHub

A MCP server, which connects to Discord through a bot, and provides comprehensive integration with Discord.

discord
message
server
specific
channel
DeepSeek-V3

๐Ÿ“– Description

A Model Context Protocol (MCP) server for the Discord API (JDA), allowing seamless integration of Discord Bot with MCP-compatible applications like Claude Desktop.

๐Ÿ”ฌ Installation

Clone the repository

git clone https://github.com/SaseQ/discord-mcp

Build the project

cd discord-mcp
mvn clean package

Configure Claude Desktop

{
  "mcpServers": {
    "discord-mcp": {
      "command": "java",
      "args": [
        "-jar",
        "/absolute/path/to/discord-mcp-0.0.1-SNAPSHOT.jar"
      ],
      "env": {
        "DISCORD_TOKEN": "YOUR_DISCORD_BOT_TOKEN"
      }
    }
  }
}

*To get a discord bot token, visit the Discord Developer Portal

โš“ Smithery

Install Discord MCP Server automatically via Smithery:

npx -y @smithery/cli@latest install @SaseQ/discord-mcp --client claude

๐Ÿ› ๏ธ Available Tools

Server Information

Message Management

Channel Management


A more detailed examples can be found in the Wiki.