MCP ExplorerExplorer

Discord Mcp

@SaseQon a year ago
31 MIT
FreeCommunity
AI Systems
#ai#claude#discord#discord-bot#java#mcp#mcp-server
A Model Context Protocol (MCP) server for the Discord integration with MCP-compatible applications like Claude Desktop.

Overview

What is Discord Mcp

discord-mcp is a Model Context Protocol (MCP) server designed for seamless integration with Discord and MCP-compatible applications such as Claude Desktop.

Use cases

Use cases include automating Discord bot interactions, managing server communications, and integrating with applications that support MCP for improved functionality.

How to use

To use discord-mcp, clone the repository, build the project using Maven, and configure Claude Desktop with the appropriate MCP server settings including your Discord bot token.

Key features

Key features include server information retrieval, message management (sending and reading messages), and channel management (finding text channels).

Where to use

discord-mcp can be used in various fields where Discord integration is required, particularly in applications that utilize the Model Context Protocol for enhanced communication.

Content

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.

Enable your AI assistants to seamlessly interact with Discord. Manage channels, send messages, and retrieve server information effortlessly. Enhance your Discord experience with powerful automation capabilities.

🔬 Installation

Clone the repository

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

Build the project

NOTE: Maven installation is required to use the mvn command. Full instructions can be found here.

cd discord-mcp
mvn clean package # The jar file will be available in the /target directory

Configure AI client

Many code editors and other AI clients use a configuration file to manage MCP servers.

The Discord MPC server can be configured by adding the following to your configuration file.

NOTE: You will need to create a Discord Bot token to use this server. Instructions on how to create a Discord Bot token can be found here.

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

🔧 GitMCP

Use Discord MCP remotely via GitMCP:

{
  "mcpServers": {
    "discord-mcp": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://gitmcp.io/SaseQ/discord-mcp"
      ],
      "env": {
        "DISCORD_TOKEN": "YOUR_DISCORD_BOT_TOKEN"
      }
    }
  }
}

More info and different configs here

⚓ 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

Category Management

Webhook Management


A more detailed examples can be found in the Wiki.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers