Skip to content
Cursor

GuildControl MCP for Cursor

app.lasers.guildcontrol/discord

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

client:Cursor transport:stdio runtime:npm

Install GuildControl MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

GuildControl MCP in other clients