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
相關伺服器
Telegram MCP
An MCP server for interacting with the Telegram messaging service using the mtcute library.
Sassy Fact Check
A sassy, fact-checking Instagram DM bot that roasts bad takes with citations.
LGTM Images
Fetches random LGTM (Looks Good To Me) images for use in code reviews and developer communications.
WeCom Bot MCP Server
An MCP server for sending messages to WeCom (WeChat Work) bots.
MCP IDE Bridge
An open-source messaging server for client-to-client communication using MCP HTTP Streamable messaging.
Integration App
Interact with any other SaaS applications on behalf of your customers.
MCP Relay
A Discord relay server to send messages and prompts to a channel and receive responses.
Discord Notification MCP Server
Sends notifications to Discord channels or users via a bot.
MCP Feedback Collector
A server for collecting user feedback and AI work reports.
NANDA AI Agent Sunday Hack
An MCP server integrating WhatsApp messaging and ElevenLabs AI voice capabilities into VS Code.