Safe Discord access for reading guild data and optionally managing bot messages
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @hypark5540/discord-mcp
MCP client config
{
"mcpServers": {
"discord-mcp": {
"command": "npx",
"args": [
"-y",
"@hypark5540/discord-mcp"
]
}
}
}Run
uvx hypark-discord-mcp
MCP client config
{
"mcpServers": {
"discord-mcp": {
"command": "uvx",
"args": [
"hypark-discord-mcp"
]
}
}
}Run
docker run -i --rm ghcr.io/hypark5540/discord-mcp:0.1.1
MCP client config
{
"mcpServers": {
"discord-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hypark5540/discord-mcp:0.1.1"
]
}
}
}