Discord MCP Server
@hanweg
关于 Discord MCP Server
MCP server for discord bot
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-discord": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Discord MCP Server?
The Discord MCP Server is a Model Context Protocol (MCP) server that provides Discord integration capabilities to MCP clients like Claude Desktop. It allows AI assistants to interact with Discord servers through a set of defined tools.
How to use Discord MCP Server?
Install by setting up a Discord bot with required intents, cloning the repository, installing with uv, and configuring Claude Desktop (or another MCP client) to run the server using the uv command with your Discord bot token set as the DISCORD_TOKEN environment variable. An alternative installation via Smithery is also available.
Key features of Discord MCP Server
- List and inspect Discord servers, channels, and members
- Send, read, and react to messages in channels
- Create and delete text channels
- Add and remove roles for users
- Moderate messages (delete and timeout users)
Use cases of Discord MCP Server
- Automate server management tasks like creating channels and assigning roles
- Monitor and respond to messages using an AI assistant
- Moderate content by deleting messages or timing out users
- Retrieve server information and member details on demand
FAQ from Discord MCP Server
What is the Discord MCP Server?
It is an MCP server that gives AI assistants the ability to interact with Discord servers by exposing Discord API functionality as tools.
What tools does the Discord MCP Server provide?
Tools are organized into categories: server information, message management, channel management, and role management. Examples include send_message, read_messages, create_text_channel, add_role, and moderate_message.
What are the prerequisites for using this server?
You need a Discord bot token from the Discord Developer Portal, with MESSAGE CONTENT INTENT, PRESENCE INTENT, and SERVER MEMBERS INTENT enabled. The bot must be invited to your server.
How do I install the Discord MCP Server?
You can either clone the repository and install manually with uv, or use the Smithery CLI command npx -y @smithery/cli install @hanweg/mcp-discord --client claude for automatic setup with Claude Desktop.
How does authentication work?
The server authenticates with Discord using a bot token provided via the DISCORD_TOKEN environment variable. It uses standard MCP transport (stdio) to communicate with the client.
沟通协作 分类下的更多 MCP 服务器
Twilio MCP Monorepo
twilio-labsMonorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools
Outlook MCP Server
Wallisking1991Email sending MCP 💌
ykhliThe official MCP server to send emails and interact with Resend
WhatsApp MCP Server
lharriesWhatsApp MCP server
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
评论