Discord Raw API MCP ServerServer

hanweg
GitHub
Discord APICommunicationDeveloper Tools

Loading subscription status...

💡 Description

This MCP server provides raw Discord API access through a flexible tool, supporting both REST API calls and slash command syntax, allowing users to interact with Discord servers, create roles, send messages, and access server information.

📝 JSON Entries

{
  "mcpServers": [
    {
      "discord-raw": {
        "env": {
          "DISCORD_TOKEN": "YOUR-BOT-TOKEN"
        },
        "args": [
          "--directory",
          "PATH/TO/mcp-discord-raw",
          "run",
          "discord-raw-mcp"
        ],
        "command": "uv"
      }
    }
  ]
}

🛠️ Tools

discord_api

Features

  • Supports REST API and slash command syntax
  • Flexible tool for managing Discord
  • Real-time interaction with Discord channels

💬 Example Queries

  • Create a role with specific permissions
  • Send a message to a Discord channel
  • Get server information