
Discord Node Mcp
A solo builder uses this tool to programmatically manage Discord servers and automate bot interactions through an MCP server interface.
Overview
io.github.Oratorian/discord-node-mcp is a MCP server for the Grow phase that lets agents control Discord servers using a bot token over stdio or HTTP.
What is this MCP server?
- Programmatic Discord server control via bot token
- MCP server interface for AI agents and backend systems
- Automate server management and bot interactions
- Package version 1.1.4 on npm as @mahesvara/discord-mcpserver
- Default HTTP port 3000 when TRANSPORT is http
- Required secret env: DISCORD_BOT_TOKEN
What problem does it solve?
Manually clicking through Discord for every channel tweak or mod action does not scale when your agent could ship code and run the community in one session.
Who is it for?
Indie builders with an existing Discord bot who want MCP-native community admin from Claude Code or Cursor.
Skip if: Teams that need user OAuth login, voice controls, or Discord features that require user tokens instead of a bot.
What do I get? / Deliverables
After you add the server and DISCORD_BOT_TOKEN, your agent can invoke MCP tools to operate your Discord server from the same workflow as your repo.
- Agent-callable Discord server control via MCP tools
- Repeatable bot-token integration without custom Discord REST scripts
- Optional HTTP MCP endpoint for remote agent hosts
Recommended MCP Servers
Journey fit
This tool fits the build stage because it enables developers to integrate Discord bot functionality into their applications and workflows. The integrations subphase is appropriate since this MCP server bridges Discord with other systems via bot token control and automation.
How it compares
MCP Discord bot integration, not a community-growth playbook or analytics dashboard.
Common Questions / FAQ
Who is io.github.Oratorian/discord-node-mcp for?
Solo and small-team builders who already run a Discord bot and want their AI agent to manage server operations through MCP.
When should I use io.github.Oratorian/discord-node-mcp?
Use it during Grow when you are automating support channels, moderation, or server setup alongside your shipping workflow.
How do I add io.github.Oratorian/discord-node-mcp to my agent?
Install @mahesvara/discord-mcpserver, set DISCORD_BOT_TOKEN (and optional TRANSPORT/PORT/HOST), then register the stdio MCP server in Claude Code, Cursor, or another MCP-compatible client.