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 💡
office-editor-mcp
theWDY
一个基于MCP协议的Office文档处理MCP服务器,支持在MCP客户端中创建、编辑及管理Word、Excel、PowerPoint文档。
2025-03-25
etruong42/prometheus-mcp
etruong42
A proof-of-concept MCP server that connects LLMs with the Prometheus HTTP API
2025-04-16
Crypto RSS Reader
kukapay
An MCP server that aggregates real-time cryptocurrency news from multiple RSS feeds.
2025-04-28
mcp-server-tft
GeLi2001
An MCP server for Team Fight Tactics (TFT) that provides access to TFT game data including match history and details
2025-03-31
text-to-cad-mcp
gNucleus
Connects to the gNucleus API to allow MCP clients to generate CAD models from text input using GenAI models.
2025-05-03
mcp-git
kwanLeeFrmVi
A Model Context Protocol server for Git repository interaction and automation via Large Language Models.
2025-04-03