discord-tools-public

niclydon/discord-tools-public
★ 0 stars TypeScript 💬 Communication Updated today
Generic local Discord MCP server and gateway examples.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "discord-tools-public": {
      "command": "npx",
      "args": [
        "-y",
        "niclydon/discord-tools-public"
      ]
    }
  }
}

README Excerpt

This repository contains two generic, local-first Discord tools: - `packages/discord-mcp`: an MCP server that exposes Discord REST operations as tools. - `packages/discord-gateway`: a Discord websocket gateway that listens for messages and reactions, routes them by channel, and sends visible receipts.