Discord MCP
An MCP server for interacting with Discord.
discord-mcp
Discordでメッセージを送信するMCP
インストール
uvx
{
"mcpServers": {
"discord-mcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/pycabbage/discord-mcp@main",
"discord-mcp"
],
"env": {
"DISCORD_TOKEN": "YOUR_DISCORD_BOT_TOKEN",
"DISCORD_USER_ID": "YOUR_DISCORD_USER_ID"
}
}
}
}
Docker
{
"mcpServers": {
"discord-mcp": {
"command": "docker",
"args": [
"run",
"--pull",
"always",
"-i",
"--rm",
"-e",
"DISCORD_TOKEN",
"-e",
"DISCORD_USER_ID",
"ghcr.io/pycabbage/discord-mcp:latest"
],
"env": {
"DISCORD_TOKEN": "YOUR_DISCORD_BOT_TOKEN",
"DISCORD_USER_ID": "YOUR_DISCORD_USER_ID"
}
}
}
}
デバッグ
pnpm dlx @modelcontextprotocol/inspector@latest uv run discord-mcp
Related Servers
WeCom Bot
Sends various types of messages to a WeCom (WeChat Work) group robot.
gotoolkits/wecombot
An MCP server application that sends various types of messages to the WeCom group robot.
Gmail MCP Server
An MCP server that enables AI models to interact directly with the Gmail API to manage emails.
VoidMob MCP
Mobile proxies, SMS verifications, and global eSIM data plans for AI agents and MCP clients.
mail-mcp
Most email MCP servers only read from IMAP. mail-mcp does everything: 30 tools for reading, searching, sending, replying, forwarding, and bulk operations across IMAP, SMTP, Microsoft Graph API, and Exchange Web Services. Multi-account, native OAuth2, built in Rust. Works with Gmail, Microsoft 365, Hotmail/Outlook.com, Zoho, and any standard IMAP/SMTP server.
Human-In-the-Loop MCP Server
Enables AI assistants to interact with humans through GUI dialogs for input, choices, and confirmations.
Mac Messages MCP
A Python bridge for interacting with the macOS Messages app.
mpc-bridge
http stream to stdin/stdout and back
Join.Cloud
Collaboration rooms for AI agents. Real-time messaging + standard git.
interactive-mcp
Enables interactive LLM workflows by adding local user prompts and chat capabilities directly into the MCP loop.