GuildControl MCP
Rank #3,904app.lasers.guildcontrol/discord
Safety-first MCP server for Discord with privacy-safe reads, audits, and reviewed administration
GuildControl MCP is a Model Context Protocol (MCP) server published by j-256. It ranks #3,904 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. GuildControl MCP is listed across 2 registries — Official MCP and Glama, with 7 tracked versions. It was first listed on Aug 27, 2026 and most recently updated on Sep 15, 2026.
Ranks ahead of 128,142 of 132,046 servers on MCP Toplist.
Use GuildControl MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add discord -e "DISCORD_BOT_TOKEN=<your DISCORD_BOT_TOKEN>" -- npx -y guildctl serve --config "<config_file>"Replace each placeholder with your own value before saving.
claude mcp add discord -e "DISCORD_BOT_TOKEN=<your DISCORD_BOT_TOKEN>" -- docker run -i --rm --read-only --cap-drop=ALL --security-opt=no-new-privileges:true --pids-limit=64 --mount "type=bind,source={config_file},target=/configuration/guildcontrol.json,readonly" ghcr.io/j-256/guildcontrol:2.3.0 serve --config /configuration/guildcontrol.jsonReplace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/j-256/guildcontrol/releases/download/v2.3.0/guildcontrol-2.3.0.mcpb` — install it through your client’s extension manager.
[mcp_servers.discord]
command = "npx"
args = ["-y", "guildctl", "serve", "--config", "<config_file>"]
[mcp_servers.discord.env]
DISCORD_BOT_TOKEN = "<your DISCORD_BOT_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.discord]
command = "docker"
args = ["run", "-i", "--rm", "--read-only", "--cap-drop=ALL", "--security-opt=no-new-privileges:true", "--pids-limit=64", "--mount", "type=bind,source={config_file},target=/configuration/guildcontrol.json,readonly", "ghcr.io/j-256/guildcontrol:2.3.0", "serve", "--config", "/configuration/guildcontrol.json"]
[mcp_servers.discord.env]
DISCORD_BOT_TOKEN = "<your DISCORD_BOT_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/j-256/guildcontrol/releases/download/v2.3.0/guildcontrol-2.3.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"discord": {
"command": "npx",
"args": [
"-y",
"guildctl",
"serve",
"--config",
"<config_file>"
],
"env": {
"DISCORD_BOT_TOKEN": "<your DISCORD_BOT_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"discord": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--read-only",
"--cap-drop=ALL",
"--security-opt=no-new-privileges:true",
"--pids-limit=64",
"--mount",
"type=bind,source={config_file},target=/configuration/guildcontrol.json,readonly",
"ghcr.io/j-256/guildcontrol:2.3.0",
"serve",
"--config",
"/configuration/guildcontrol.json"
],
"env": {
"DISCORD_BOT_TOKEN": "<your DISCORD_BOT_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/j-256/guildcontrol/releases/download/v2.3.0/guildcontrol-2.3.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"discord": {
"command": "npx",
"args": [
"-y",
"guildctl",
"serve",
"--config",
"<config_file>"
],
"env": {
"DISCORD_BOT_TOKEN": "<your DISCORD_BOT_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"discord": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--read-only",
"--cap-drop=ALL",
"--security-opt=no-new-privileges:true",
"--pids-limit=64",
"--mount",
"type=bind,source={config_file},target=/configuration/guildcontrol.json,readonly",
"ghcr.io/j-256/guildcontrol:2.3.0",
"serve",
"--config",
"/configuration/guildcontrol.json"
],
"env": {
"DISCORD_BOT_TOKEN": "<your DISCORD_BOT_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/j-256/guildcontrol/releases/download/v2.3.0/guildcontrol-2.3.0.mcpb` — install it through your client’s extension manager.
{
"servers": {
"discord": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"guildctl",
"serve",
"--config",
"<config_file>"
],
"env": {
"DISCORD_BOT_TOKEN": "<your DISCORD_BOT_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"discord": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--read-only",
"--cap-drop=ALL",
"--security-opt=no-new-privileges:true",
"--pids-limit=64",
"--mount",
"type=bind,source={config_file},target=/configuration/guildcontrol.json,readonly",
"ghcr.io/j-256/guildcontrol:2.3.0",
"serve",
"--config",
"/configuration/guildcontrol.json"
],
"env": {
"DISCORD_BOT_TOKEN": "<your DISCORD_BOT_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/j-256/guildcontrol/releases/download/v2.3.0/guildcontrol-2.3.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"discord": {
"command": "npx",
"args": [
"-y",
"guildctl",
"serve",
"--config",
"<config_file>"
],
"env": {
"DISCORD_BOT_TOKEN": "<your DISCORD_BOT_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"discord": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--read-only",
"--cap-drop=ALL",
"--security-opt=no-new-privileges:true",
"--pids-limit=64",
"--mount",
"type=bind,source={config_file},target=/configuration/guildcontrol.json,readonly",
"ghcr.io/j-256/guildcontrol:2.3.0",
"serve",
"--config",
"/configuration/guildcontrol.json"
],
"env": {
"DISCORD_BOT_TOKEN": "<your DISCORD_BOT_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/j-256/guildcontrol/releases/download/v2.3.0/guildcontrol-2.3.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"discord": {
"command": "npx",
"args": [
"-y",
"guildctl",
"serve",
"--config",
"<config_file>"
],
"env": {
"DISCORD_BOT_TOKEN": "<your DISCORD_BOT_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"discord": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--read-only",
"--cap-drop=ALL",
"--security-opt=no-new-privileges:true",
"--pids-limit=64",
"--mount",
"type=bind,source={config_file},target=/configuration/guildcontrol.json,readonly",
"ghcr.io/j-256/guildcontrol:2.3.0",
"serve",
"--config",
"/configuration/guildcontrol.json"
],
"env": {
"DISCORD_BOT_TOKEN": "<your DISCORD_BOT_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/j-256/guildcontrol/releases/download/v2.3.0/guildcontrol-2.3.0.mcpb` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/app.lasers.guildcontrol%2Fdiscord)<a href="https://mcptoplist.com/server/app.lasers.guildcontrol%2Fdiscord"><img src="https://mcptoplist.com/badge/app.lasers.guildcontrol%2Fdiscord.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
j-256
Available versions (7)
| Version | Published |
|---|---|
| 2.3.0 | Sep 15, 2026 |
| 2.2.0 | Sep 3, 2026 |
| 0.4.0 | Sep 1, 2026 |
| 0.3.1 | Sep 1, 2026 |
| 0.2.0 | Aug 31, 2026 |
| 0.1.2 | Aug 30, 2026 |
| 0.1.1 | Aug 27, 2026 |
Frequently asked questions
- Who maintains GuildControl MCP?
- GuildControl MCP is maintained by j-256, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is GuildControl MCP listed on the Official MCP Registry?
- Yes — GuildControl MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does GuildControl MCP have?
- MCP Toplist tracks 7 versions of GuildControl MCP, most recently published on Sep 15, 2026.
- Where can I find the source code for GuildControl MCP?
- The source code for GuildControl MCP is hosted at github.com/j-256/guildcontrol.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.