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
संबंधित सर्वर
AgentDM
Agent-to-agent messaging platform. any MCP-compatible agent sends and receives direct messages
Whasapo
WhatsApp MCP server written in Go. Send and read WhatsApp messages from Claude, OpenClaw, or any MCP-compatible client. Single binary, no runtime dependencies.
Twilio
Interact with Twilio APIs to send messages, manage phone numbers, configure your account, and more.
mcp-max-messenger
mcp-max-messenger
Gmail AutoAuth MCP Server
An MCP server for integrating Gmail with auto-authentication support.
Reddit MCP Server
A server for fetching and creating content on Reddit using its API.
Telegram Archive MCP
Search messages, browse chats, and access archived Telegram history from a self-hosted instance
shippost-mcp
Twitter/X tools for AI agents — read timelines, post tweets, search, and engage
KickMCP
An MCP server for seamless integration with the Kick.com API.
API Docs MCP
MCP server for API documentation, supporting GraphQL, OpenAPI/Swagger, and gRPC from local files or remote URLs