MCP Directory
Back

discordmcp

by v-3 · TypeScript · ★ 216

Discord MCP Server for Claude Integration

Install

npx -y github:v-3/discordmcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "discordmcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:v-3/discordmcp"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server that enables LLMs to interact with Discord channels, allowing them to send and read messages through Discord's API. Using this server, LLMs like Claude can directly interact with Discord channels while maintaining user control and security. - Send messages to Discord channels - Read recent messages from channels - Automatic server and channel discovery - Support for both channel names and IDs - Proper error handling and validation - Node.js 16.x or higher - A Discord bot token - The bot must be invited to your server with proper permissions: - Read Mes…
Read full README on GitHub →

Related communication servers