discord-mcp

This repository provides a Model Context Protocol (MCP) server for the Discord API, enabling integration of Discord bots with MCP-compatible applications like Claude Desktop. It allows users to retrieve server

19
0

Summary

This project is a Model Context Protocol (MCP) server designed for the Discord API (using JDA), enabling integration of Discord bots with MCP-compatible applications like Claude Desktop. It allows seamless interaction between Discord and other applications.

Installation:

To install, clone the repository, build the project using Maven (mvn clean package), and configure Claude Desktop with the path to the JAR file and your Discord bot token. The Discord token can be obtained from the Discord Developer Portal. Alternatively, install the server automatically using Smithery with the command npx -y @smithery/cli@latest install @SaseQ/discord-mcp --client claude.

Available Tools:

The server provides tools for server information retrieval (get_server_info), message management (send_message, read_message, send_private_message, read_private_message), and channel management (find_text_channel). Detailed examples and usage instructions can be found in the project's Wiki.

Repository

SA
SaseQ

SaseQ/discord-mcp

Created

March 14, 2025

Updated

March 28, 2025

Language

Java

Category

Communication