by v-3 · MCP Server · ★ 181
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
Discord MCP Server 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. Features 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 Prerequisites Node.js 16.x or higher A Discord bot token The bot must be invited to your server with proper permissions: Read Messages/View Channels Send Messages Read Message History Setup Clone this repository: Install dependencies: Create a file in the root directory with your Discord bot token: Build the server: Usage with Claude for Desktop Open your Claude for Desktop configuration file: macOS: Windows: Add the Discord MCP server configuration: json { "mcpServers": { "discord": { "command": "node", "args": ["path/to/discordmcp/build/index.js"], "env": { "DISCORDTOKEN": "your
| Stars | 181 |
| Forks | 70 |
| Language | TypeScript |
| Category | MCP Server |
| Quality Score | 71.2929719256789/100 |
| Open Issues | 8 |
| Last Updated | 2025-01-21 |
| Created | 2025-01-21 |
| Platforms | claude-code, mcp, node |
| Est. Tokens | ~1k |
These tools work well together with discordmcp for enhanced workflows:
Explore other popular mcp server tools:
discordmcp is Discord MCP Server for Claude Integration. It is categorized as a MCP Server with 181 GitHub stars.
discordmcp is primarily written in TypeScript.
You can find installation instructions and usage details in the discordmcp GitHub repository at github.com/v-3/discordmcp. The project has 181 stars and 70 forks, indicating an active community.