Skip to content
Claude Code

Discord MCP for Claude Code

io.github.hypark5540/discord-mcp

Safe Discord access for reading guild data and optionally managing bot messages

client:Claude Code transport:stdio runtime:npm

Install Discord MCP in Claude Code

run in your project directory

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

claude mcp add discord-mcp -e DISCORD_TOKEN=<DISCORD_TOKEN> -e DISCORD_ENABLE_WRITES=<DISCORD_ENABLE_WRITES> -e DISCORD_ENABLE_DELETES=<DISCORD_ENABLE_DELETES> -e DISCORD_ALLOW_UNRESTRICTED_WRITES=<DISCORD_ALLOW_UNRESTRICTED_WRITES> -e DISCORD_ALLOWED_GUILD_IDS=<DISCORD_ALLOWED_GUILD_IDS> -e DISCORD_ALLOWED_CHANNEL_IDS=<DISCORD_ALLOWED_CHANNEL_IDS> -e DISCORD_MAX_RESPONSE_CHARS=<DISCORD_MAX_RESPONSE_CHARS> -- npx -y @hypark5540/discord-mcp

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

Discord MCP in other clients