Control and moderate Discord from Claude.
The HTMLToolz Discord MCP connector gives communities a low-cost way to inspect servers, review messages, send bot messages, timeout members, manage roles, and confirm-gate destructive moderation.
#moderation
discord_get_recent_messages channel_id=...
discord_timeout_member confirm=true
discord_add_member_role confirm=true
17 tools, local bot token, HTMLToolz license gate
Built for small communities and serious moderators.
Discord credentials stay on the customer machine. HTMLToolz only checks the API key entitlement.
What it can do
InspectList servers, channels, roles, members, and recent messages.
CommunicateSend plain-text messages as the bot in selected channels.
ModerateDelete messages, timeout members, kick, ban, unban, and clear timeouts.
Manage rolesAdd or remove roles with Discord permissions and hierarchy enforced.
Customer MCP config
Create a Discord bot, invite it with the permissions you want Claude to use, then add this MCP server.
{
"mcpServers": {
"htmltoolz-discord": {
"command": "npx",
"args": ["-y", "https://htmltoolz.com/downloads/discord-mcp"],
"env": {
"HTMLTOOLZ_API_KEY": "htk_live_xxx",
"DISCORD_BOT_TOKEN": "your_discord_bot_token"
}
}
}
}