mcp-discord-mod
Enables Discord server moderation actions including kick, ban, timeout, role management, channel operations, audit logs, and member management through MCP tools.
README
mcp-discord-mod
A lightweight Model Context Protocol server for Discord server moderation. Built with discord.js v14 and TypeScript.
Focused on what matters: kick, ban, timeout, roles, channels, audit logs, and member management. No bloat.
Setup
1. Create a Discord Bot
- Go to Discord Developer Portal
- Create a new application → Bot
- Under Privileged Gateway Intents, enable:
- Server Members Intent
- Message Content Intent
- Copy the bot token
2. Install
git clone https://github.com/YOUR_USERNAME/mcp-discord-mod.git
cd mcp-discord-mod
npm install
npm run build
3. Configure
Set your bot token as an environment variable:
export DISCORD_TOKEN="your_bot_token_here"
Or create a .env file:
DISCORD_TOKEN=your_bot_token_here
4. Add to your MCP client
Add to your MCP config (e.g. opencode.json, claude_desktop_config.json, etc.):
{
"discord-mod": {
"type": "local",
"command": ["node", "/path/to/mcp-discord-mod/build/index.js"],
"env": {
"DISCORD_TOKEN": "your_bot_token_here"
}
}
}
Tools
| Tool | Description |
|---|---|
discord_mod_login |
Login to Discord (auto-logins if DISCORD_TOKEN is set) |
discord_mod_kick_member |
Kick a member from a server |
discord_mod_ban_member |
Ban a member (optionally delete recent messages) |
discord_mod_unban_member |
Unban a user |
discord_mod_timeout_member |
Timeout (mute) a member for a duration |
discord_mod_warn_member |
Send a warning DM to a member |
discord_mod_list_bans |
List all banned users |
discord_mod_set_nickname |
Set or clear a member's nickname |
discord_mod_list_roles |
List all roles in a server |
discord_mod_create_role |
Create a new role |
discord_mod_edit_role |
Edit role properties |
discord_mod_delete_role |
Delete a role |
discord_mod_assign_role |
Assign a role to a member |
discord_mod_remove_role |
Remove a role from a member |
discord_mod_create_category |
Create a channel category |
discord_mod_create_channel |
Create a text or voice channel |
discord_mod_delete_channel |
Delete a channel |
discord_mod_edit_channel |
Edit channel name, topic, slowmode |
discord_mod_set_permissions |
Set role/user permissions on a channel |
discord_mod_remove_permissions |
Remove permission overrides |
discord_mod_list_members |
List server members |
discord_mod_get_member |
Get detailed member info |
discord_mod_list_servers |
List all bot servers |
discord_mod_get_server_info |
Get server details and channels |
discord_mod_get_audit_log |
View the server audit log |
discord_mod_send_dm |
Send a direct message to a user |
discord_mod_purge_messages |
Bulk delete messages with filters |
discord_mod_bulk_delete_messages |
Delete up to 100 messages by ID |
discord_mod_pin_message |
Pin a message |
discord_mod_unpin_message |
Unpin a message |
Bot Permissions
Your bot needs these permissions in the server:
- Kick Members
- Ban Members
- Moderate Members (for timeouts)
- Manage Roles
- Manage Channels
- View Audit Log
- Send Messages
- Read Message History
- Manage Messages (for purge)
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
E2B
Using MCP to run code via e2b.