Discord MCP Server
Discord MCP 服务器
一个用于 Discord API 与 Claude 集成的 MCP(模型上下文协议)服务器。该服务器允许 Claude 通过执行发送消息、阅读消息和管理服务器资源等操作的工具与 Discord 服务器进行交互。
先决条件
Node.js 16 或更高版本
Discord 机器人令牌(在Discord 开发者门户上创建一个)
适当的机器人权限:
阅读消息/查看频道
发送消息
阅读消息历史记录
(可选)根据需要的功能管理角色、管理频道等
Related MCP server: Discord Bridge MCP Server
安装
克隆此存储库
安装依赖项:
npm install构建项目:
npm run build
配置
使用以下命令在根目录中创建.env文件:
DISCORD_TOKEN=your_discord_bot_token_here用法
启动服务器:
npm start配置Claude桌面:
在Claude Desktop的配置文件中添加:GXP5
可用工具
send-message:向 Discord 频道发送消息read-messages:阅读 Discord 频道的最新消息list-channels:列出服务器中可用的频道list-servers:列出机器人可以访问的服务器get-user-info:获取特定用户的信息
安全注意事项
Discord 机器人令牌可授予您访问 Discord 机器人的权限。请务必确保其安全。
该机器人只能访问被邀请的服务器。
每个服务器中的机器人的操作受到权限的限制。
执照
麻省理工学院
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server for interacting with Discord.1935011MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides native Discord tools for Claude Code, enabling bidirectional communication with remote agents or humans via the Discord REST API. It allows users to send messages, read channel history, and manage reactions directly from their local environment.6223MIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server that enables Claude Desktop to interact with Discord through a dedicated bot. It allows users to list channels, read message history, and send messages directly from the AI interface.2
- AlicenseAqualityDmaintenanceAn MCP server providing 26 tools for Discord API interactions, enabling message management, moderation, channel operations, and server inspection through Claude Code, Paperclip agents, or other MCP-compatible clients.26MIT
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RossH121/discord-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server