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