discord-mcp

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Provides tools for interacting with Discord servers and channels, currently allowing sending messages to specific channels through the Discord API using JDA (Java Discord API).

πŸ“– 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 invoice-manager mvn clean package

Configure Claude Desktop

{ "mcpServers": { "bitcoin-mcp-server": { "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

Message Management

A more detailed examples can be found in the Wiki.

-
security - not tested
F
license - not found
-
quality - not tested

A Model Context Protocol (MCP) server for the Discord integration with MCP-compatible applications like Claude Desktop.

  1. πŸ”¬ Installation
    1. Clone the repository
      1. Build the project
        1. Configure Claude Desktop
        2. βš“ Smithery
          1. πŸ› οΈ Available Tools
            1. Message Management