PH
Discord Webhook MCP
A Model Context Protocol (MCP) server for sending messages to Discord via Webhook.
Features
- Send messages to Discord through a webhook
- Communicate via the MCP protocol (for Claude Desktop integration)
Installation & Setup
npm install
npm run build
Environment Variables
DISCORD_WEBHOOK_URL: The Discord Webhook URL to which messages will be sent.
Claude Desktop Integration
Add the following configuration to your claude_desktop_config.json:
{
"mcpServers": {
"discordWebhook": {
"command": "node",
"args": [
"<PROJECT_PATH>/build/index.js"
],
"env": {
"DISCORD_WEBHOOK_URL": "<YOUR_DISCORD_WEBHOOK_URL>"
}
}
}
}
API Reference
send_discord_webhook
Sends a message to Discord via webhook.
Parameters
content(string, required): The message content to send to Discord.
Returns
ok(boolean): Whether the operation succeeded.message(string): Result message.discordResponse(object, optional): Discord API response object.error(object, optional): Error information if failed.
Tech Stack
- TypeScript
- Model Context Protocol SDK
- discord.js
- Zod (validation)
Transport:
stdio
Language: 
Created: 4/23/2025
Updated: 7/4/2025
Recommend MCP Servers 💡
apktool-mcp-server
zinja-coder
A MCP Server for APK Tool (Part of Android Reverse Engineering MCP Suites)
2025-04-19
lazy-toggl-mcp
movstox
A Model Context Protocol (MCP) server for interacting with Toggl time tracking
2025-06-06
postmancer
hijaz
An experimental MCP server Rest Client intended to be a replacement of tools postman & insomnia
2025-03-30
@reapi/mcp-openapi
ReAPI-com
OpenAPI specification MCP server.
2025-03-29
k6-mcp-server
QAInsights
A Model Context Protocol (MCP) server implementation for running k6 load tests.
2025-03-29
OctoEverywhere/mcp
OctoEverywhere
A free 3D Printing MCP server that allows for getting live printer state, webcam snapshots, and printer control.
2025-05-30
sse