Discord MCP
Local · stdioA community server for the Discord API: it connects with a bot token and lets an agent read and send messages in chosen channels of a Discord server. A minimal toolset — no moderation, voice channels or slash commands, just basic message exchange. For broader coverage (80+ tools) there's an alternative implementation, SaseQ/discord-mcp. Not an official Discord product.
Why this server
- Minimal setup — one DISCORD_TOKEN and the server can read and post to channels
- Stdio-only — a good fit for a local agent with no networking to manage
- Only 204 stars, but the code is simple enough to audit before trusting it with bot access
- Doesn't cover voice, moderation or slash commands — channel messages only
Usage examples
Prompt: Read the last 20 messages in #support and pull out the unresolved questions
Result: The agent called read_messages on the channel with a limit of 20 and filtered out messages with no moderator reply.
Prompt: Post to #announcements that maintenance starts at 22:00
Result: The agent called send_message with the announcement text in the given channel.
Local server
This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.
Reviews
No reviews yet.