Skip to content
Grok

GuildControl MCP for Grok

app.lasers.guildcontrol/discord

Safety-first MCP server for Discord with privacy-safe reads, audits, and reviewed administration

client:Grok transport:stdio runtime:npm

Install GuildControl MCP in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "discord": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "guildctl"
      ],
      "env": {
        "DISCORD_BOT_TOKEN": "<DISCORD_BOT_TOKEN>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

GuildControl MCP in other clients