mcpbeat Sign in

Discord Node MCP Server

by oratorian Your server? Claim it
local only

Discord Node MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 31 Jan 2026.

MCP server for controlling Discord servers via bot token

Installs per day peak 26 · avg 13 · +64% w/w
a month agotoday
44
Installs / week
npm · @mahesvara/discord-mcpserver
0
Stars
0 open issues
31 Jan 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Discord Node MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add discord-node-mcp -- npx -y @mahesvara/discord-mcpserver
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "discord-node-mcp": {
      "args": [
        "-y",
        "@mahesvara/discord-mcpserver"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.discord-node-mcp]
command = "npx"
args = ["-y", "@mahesvara/discord-mcpserver"]
.cursor/mcp.json
{
  "mcpServers": {
    "discord-node-mcp": {
      "args": [
        "-y",
        "@mahesvara/discord-mcpserver"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "discord-node-mcp": {
      "args": [
        "-y",
        "@mahesvara/discord-mcpserver"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DISCORD_BOT_TOKEN (Your Discord bot token), TRANSPORT (Transport type: stdio or http), PORT (Port for HTTP transport), HOST (Host for HTTP transport). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Discord Node MCP

same job, measured the same way
MCP Z API
by codespar

MCP server for Z-API — WhatsApp messaging, contacts, media

24 installs/wk local only
Omnicord
by orygnscode

Discord server management MCP for AI agents: chat, moderation, admin, and full server building.

71 installs/wk local only
Telethon Plus
by psyb0t

Self-hosted MCP server: Telegram userbot control (Telethon) via HTTP and MCP.

local only
Outbox
by fieldcure

Multi-channel messaging MCP server for Slack, Telegram, Email, KakaoTalk, and Discord.

local only
MCP Registry Monitor
by nirholas

Monitor MCP registry for new servers - Discord Slack notifications alerts

local only
Discord MCP
by pasympa

A lightweight, multi-guild Discord MCP server with 95+ tools

615 installs/wk local only
Fadehost
by fadehost

Manage FadeHost game servers, Discord bots and VPS: console, stats, backups, logs, lifecycle.

23 tools answering
Whatsapp MCP
by meharajm

WhatsApp MCP Server - Human-in-the-loop for AI agents via WhatsApp

68 installs/wk local only

Discord Node MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Discord Node MCP?
Discord Node MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mahesvara/discord-mcpserver was installed 44 times last week.
How do I connect Discord Node MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mahesvara/discord-mcpserver straight from npm; nothing to host, nothing to sign up for.
How many people use Discord Node MCP?
The npm package @mahesvara/discord-mcpserver was installed 44 times in the last week. Week over week that is +64%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Discord Node MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.