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
İlgili Sunucular
Apple Mail MCP
Fast MCP server for Apple Mail with batch JXA (87x faster) and FTS5 search index (700-3500x faster).
any-chat-completions-mcp
Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more
Hacker News MCP Server
Access Hacker News stories, comments, and user profiles using the Hacker News API.
Yazio MCP
MCP server for accessing Yazio user & nutrition data (unofficial)
Deepseek R1
An MCP server for the Deepseek R1 model, using the Deepseek API.
Twitter MCP Server
A server for interacting with Twitter, allowing you to post tweets, read timelines, and manage your account through the MCP standard.
SimpleChatJS
A lightweight AI chat application with MCP support, built with pure JavaScript and Node.js.
WeChat
A server for interacting with WeChat, a popular messaging and social media app.
Telephony MCP Server
Make voice calls and send SMS messages using the Vonage API.
NATS
MCP server for NATS — publish, request-reply, JetStream streams, KV store, and server diagnostics over stdio