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 💡
cal-mcp
pwh-pwh
用于计算数学表达式的MCP
2025-03-30
monad-mcp
adrianmonad
An MCP server for deploying Monad contracts with AI integration, providing tools for compiling and deploying Solidity contracts to the Monad testnet
2025-04-25
@ivan-saorin/mcp-expr-lang
ivan-saorin
A powerful expression evaluation tool for Claude Desktop using the Model Context Protocol (MCP)
2025-05-01
srcgrp/sentry-mcp-server
srcgrp
Integrates Sentry error tracking into MCP-enabled environments, providing access to release health data and issue details.
2025-04-12
lazy-toggl-mcp
movstox
A Model Context Protocol (MCP) server for interacting with Toggl time tracking
2025-06-06
Ixe1/code-scanner-server
Ixe1
A CLI tool and MCP server that scans code files for definitions and provides LLM-friendly output
2025-04-06