Overview
What is Discord MCP?
Discord MCP is a Model Context Protocol (MCP) server designed for seamless integration of Discord bots with MCP-compatible applications like Claude Desktop.
How to use Discord MCP?
To use Discord MCP, clone the repository from GitHub, build the project using Maven, and configure it with your Discord bot token. You can also install it automatically via Smithery.
Key features of Discord MCP?
- Integration with Discord API (JDA) for bot functionality
- Message management tools for sending messages to channels and users
- Easy setup and configuration for developers
Use cases of Discord MCP?
- Creating interactive Discord bots that utilize AI capabilities.
- Managing messages and interactions within Discord channels.
- Integrating with applications like Claude Desktop for enhanced functionality.
FAQ from Discord MCP?
- What is the purpose of Discord MCP?
It allows developers to create Discord bots that can interact with MCP-compatible applications.
- How do I get a Discord bot token?
You can obtain a Discord bot token by visiting the Discord Developer Portal.
- Is there documentation available?
Yes, detailed examples and documentation can be found in the project's Wiki on GitHub.
Server Config
{
"mcpServers": {
"discord-mcp": {
"command": "java",
"args": [
"-jar",
"/absolute/path/to/discord-mcp-0.0.1-SNAPSHOT.jar"
],
"env": {
"DISCORD_TOKEN": "YOUR_DISCORD_BOT_TOKEN",
"DISCORD_GUILD_ID": "OPTIONAL_DEFAULT_SERVER_ID"
}
}
}
}