- Explore MCP Servers
- discord-mcp
Discord Mcp
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
📖 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
get_server_info: Get detailed discord server information
Message Management
send_message: Send a message to a specific channeledit_message: Edit a message from a specific channeldelete_message: Delete a message from a specific channelread_messages: Read recent message history from a specific channelsend_private_message: Send a private message to a specific useredit_private_message: Edit a private message from a specific userdelete_private_message: Delete a private message from a specific userread_private_messages: Read recent message history from a specific useradd_reaction: Add a reaction (emoji) to a specific messageremove_reaction: Remove a specified reaction (emoji) from a message
Channel Management
create_text_channel: Create text a channeldelete_channel: Delete a channelfind_channel: Find a channel type and ID using name and server IDlist_channels: List of all channels
Category Management
create_category: Create a new category for channelsdelete_category: Delete a categoryfind_category: Find a category ID using name and server IDlist_channels_in_category: List of channels in a specific category
Webhook Management
create_webhook: Create a new webhook on a specific channeldelete_webhook: Delete a webhooklist_webhooks: List of webhooks on a specific channelsend_webhook_message: Send a message via webhook
A more detailed examples can be found in the Wiki.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










