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
相关服务器
Gmail MCP Server
Send emails with attachments through Gmail's SMTP server using AI agents.
AgentMail
A server for interacting with the AgentMail API for email communication. Requires an API key.
mcp2mqtt
An MCP service for device communication and PWM control via the MQTT protocol.
Slack MCP Server
An MCP server for interacting with Slack workspaces using user tokens, without requiring bots or special permissions.
Gmail MCP server
A super simple and tiny MCP server for gmail in python
Slack
An MCP server for interacting with the Slack API, allowing for sending messages, managing channels, and other workspace actions.
ElevenLabs
The official ElevenLabs MCP server
Beehiiv
Manage your Beehiiv newsletter by adding subscribers and fetching posts using natural language.
MCP WebSocket Server
A WebSocket server for handling mail operations.
Kafka MCP Server
An MCP server for Apache Kafka, allowing clients to interact with Kafka topics.