Skip to content
Cline

Discord MCP for Cline

io.github.hypark5540/discord-mcp

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

client:Cline transport:stdio runtime:npm

Install Discord MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "discord-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@hypark5540/discord-mcp"
      ],
      "env": {
        "DISCORD_TOKEN": "<DISCORD_TOKEN>",
        "DISCORD_ENABLE_WRITES": "<DISCORD_ENABLE_WRITES>",
        "DISCORD_ENABLE_DELETES": "<DISCORD_ENABLE_DELETES>",
        "DISCORD_ALLOW_UNRESTRICTED_WRITES": "<DISCORD_ALLOW_UNRESTRICTED_WRITES>",
        "DISCORD_ALLOWED_GUILD_IDS": "<DISCORD_ALLOWED_GUILD_IDS>",
        "DISCORD_ALLOWED_CHANNEL_IDS": "<DISCORD_ALLOWED_CHANNEL_IDS>",
        "DISCORD_MAX_RESPONSE_CHARS": "<DISCORD_MAX_RESPONSE_CHARS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Discord MCP in other clients