MCPHIVE

Discord MCP: Documentation

Updated:

Connection

Repo: github.com/v-3/discordmcp (204★). Install from source — git clone, npm install, npm run build, run node build/index.js (Node.js, stdio). Auth: DISCORD_TOKEN — a Discord bot token from the Discord Developer Portal with message-read permissions and applications.commands enabled; invite the bot to the server first with View Channel and Send Messages rights.

Tools

A minimal set: send_message (post to a channel by ID), read_messages (fetch the last N messages of a channel, filterable by author/date). No tools for reactions, attachments, threads or voice channels.

Agent flow

"Read the latest messages in #support and find unresolved questions", "post an announcement to #announcements".

Pricing

Free (open source), but you need your own Discord bot — creating one and its token in the Discord Developer Portal is free too.

Note

A single-author community project (v-3), not an official Discord product. For broader API coverage (80+ tools, voice, moderation) consider the alternative SaseQ/discord-mcp.

Discord MCP — Documentation