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
Lara Translate
Translate text with language detection, context-awareness, and translation memories using the Lara Translate API.
BGG MCP
BGG MCP enables AI tools to interact with the BoardGameGeek API.
ElevenLabs
The official ElevenLabs MCP server
Perplexity Chat
A Python-based server for the Perplexity API that manages chat history and conversations.
MailerLite MCP server
Turn AI tools into your email marketing assistant.
SimpleChatJS
A lightweight AI chat application with MCP support, built with pure JavaScript and Node.js.
Twitter MCP Server
Accurately count Twitter/X post characters and optimize posts.
Activitysmith
This MCP server exposes ActivitySmith notifications and live activity tools.
Coreflux MQTT MCP Server
An MCP server that connects to a Coreflux MQTT broker, providing Coreflux and MQTT actions as tools for AI assistants.
Gmail
An MCP server for Gmail, allowing AI assistants to manage emails through natural language.