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
Serveurs connexes
Slack Notification
Send notifications to Slack channels using webhook URLs.
Gmail MCP Server
An MCP server that enables AI models to interact directly with the Gmail API to manage emails.
Voidly MCP Server
3 tools for global censorship intelligence (119 countries) + E2E encrypted agent-to-agent messaging with Double Ratchet and post-quantum crypto
chakoshi MCP Server
A bridge server connecting Claude Desktop with the chakoshi moderation API for content safety.
WeChat Official Account MCP Server (Go)
A high-performance Go server for managing WeChat Official Accounts, supporting drafts, publishing, and material management.
messages
Fuzzy search and browse Apple Messages/iMessage from CLI or MCP server
RabbitMQ MCP Go
A Go-based MCP server for integrating with the RabbitMQ message broker.
MCP Server Notifier
A lightweight notification service that sends webhooks for completed MCP tasks to providers like Discord, Slack, and Teams.
interactive-mcp
Enables interactive LLM workflows by adding local user prompts and chat capabilities directly into the MCP loop.
Pushinator MCP
Send push notifications via the Pushinator service. Requires an API token from your Pushinator account.