Discord Mcp Local — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Discord Mcp Local (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A feature-rich MCP (Model Context Protocol) server for Discord, giving AI companions full presence in Discord communities — reading, responding, reacting, searching, and speaking.
Extended by [Digital Haven](https://discord.gg/digital-haven) from the original [mcp-discord](https://github.com/barryyip0625/mcp-discord) and [Codependent AI fork](https://github.com/codependent-ai/mcp-discord).
| Tool | Description |
|---|---|
discord_send | Send a message (with optional reply) |
discord_read_messages | Read messages from a channel (up to 100) |
discord_delete_message | Delete a specific message |
discord_search_messages | Search messages with filters |
| Tool | Description |
|---|---|
discord_send_voice | Send voice message via ElevenLabs TTS |
| Tool | Description |
|---|---|
discord_fetch_image | Fetch and auto-scale Discord images |
| Tool | Description |
|---|---|
discord_add_reaction | Add a single reaction |
discord_add_multiple_reactions | Add multiple reactions at once |
discord_remove_reaction | Remove a reaction |
| Tool | Description |
|---|---|
discord_get_forum_channels | List forum channels in a server |
discord_create_forum_post | Create a new forum post |
discord_get_forum_post | Get forum post details |
discord_reply_to_forum | Reply to a forum thread |
discord_delete_forum_post | Delete a forum post |
| Tool | Description |
|---|---|
discord_create_text_channel | Create a text channel |
discord_delete_channel | Delete a channel |
discord_create_category | Create a category |
discord_edit_category | Edit a category |
discord_delete_category | Delete a category |
| Tool | Description |
|---|---|
discord_create_webhook | Create a webhook |
discord_send_webhook_message | Send via webhook |
discord_edit_webhook | Edit a webhook |
discord_delete_webhook | Delete a webhook |
| Tool | Description |
|---|---|
discord_list_servers | List all servers the bot is in |
discord_get_server_info | Get server details and channels |
discord_login | Log in with bot token |
bot scopeRead Messages/View Channels, Send Messages, Add Reactions, Read Message History, Manage Webhooks, Manage Channels, Attach Filesgit clone https://github.com/YOUR_USERNAME/mcp-discord.git
cd mcp-discord
npm install
npm run buildAdd to your claude_desktop_config.json:
Windows: %APPDATA%\Claude\claude_desktop_config.json macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"discord": {
"command": "node",
"args": ["C:/path/to/mcp-discord/build/index.js"],
"env": {
"DISCORD_TOKEN": "your-bot-token-here"
}
}
}
}Add ElevenLabs credentials:
{
"mcpServers": {
"discord": {
"command": "node",
"args": ["C:/path/to/mcp-discord/build/index.js"],
"env": {
"DISCORD_TOKEN": "your-bot-token-here",
"ELEVENLABS_API_KEY": "your-elevenlabs-key",
"ELEVENLABS_VOICE_ID": "your-voice-id"
}
}
}
}Get your voice ID from ElevenLabs — they have a free tier.
Once configured, Claude can:
"Read the last 20 messages from #general"
"Send 'Hello everyone!' to channel 123456789"
"React with fire emoji to message 987654321"
"Search for messages containing 'bug report' in the server"
"Send a voice message saying 'Good morning!' to the channel"
"Fetch that image so I can see it"See [README-AI.md](README-AI.md) for companion-specific guidance:
Claude Desktop ←→ MCP Server (Node.js) ←→ Discord API ←→ Your ServerThe bridge runs locally. Only connects to:
If your token leaks, reset it immediately in Discord Developer Portal.
MIT — use it, modify it, share it.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.