discord-mcpServer

SaseQ
GitHub
DiscordMCPAutomation

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server for the Discord API, enabling seamless integration between Discord bots and MCP-compatible applications like Claude Desktop. It allows easy management of channels, sending messages, and retrieving server information, enhancing the Discord experience with powerful automation capabilities.

📝 JSON Entries

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

🛠️ Tools

JDA (Java Discord API)GitMCPSmithery

Features

  • Message management
  • Channel management
  • Webhook management
  • Powerful automation

💬 Example Queries

  • Get server info
  • Send a message to a specific channel
  • Edit a message in a channel
  • Delete a message from a channel