MCP Webhook Server
An MCP server implementation that integrates with webhooks, providing message sending capabilities.
Features
- Generic Webhook Support: Send messages to any webhook endpoint
- Custom Username: Set custom display name for messages
- Avatar Support: Customize message avatar
- MCP Integration: Works with Dive and other MCP-compatible LLMs
Installation
Installing via Smithery
To install MCP Webhook Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @kevinwatt/mcp-webhook --client claude
Manual Installation
npm install @kevinwatt/mcp-webhook
Configuration with Dive Desktop
- Click “+ Add MCP Server” in Dive Desktop
- Copy and paste this configuration:
{
"mcpServers": {
"webhook": {
"command": "npx",
"args": [
"-y",
"@kevinwatt/mcp-webhook"
],
"env": {
"WEBHOOK_URL": "your-webhook-url"
},
"alwaysAllow": [
"send_message"
]
}
}
}
- Click “Save” to install the MCP server
Tool Documentation
- send_message
- Send message to webhook endpoint
- Inputs:
content(string, required): Message content to sendusername(string, optional): Display nameavatar_url(string, optional): Avatar URL
Usage Examples
Ask your LLM to:
"Send a message to webhook: Hello World!"
"Send a message with custom name: content='Testing', username='Bot'"
Manual Start
If needed, start the server manually:
npx @kevinwatt/mcp-webhook
Requirements
- Node.js 18+
- MCP-compatible LLM service
License
MIT
Author
kevinwatt
Keywords
- mcp
- webhook
- chat
- dive
- llm
- automation
Webhook Server
Project Details
- kevinwatt/mcp-webhook
- @kevinwatt/mcp-webhook
- MIT License
- Last Updated: 4/12/2025
Categories
Recomended MCP Servers
A Model Context Protocol (MCP) server that enables AI assistants to generate images, text, and audio through the...
This MCP server provides email sending functionality using Protonmail's SMTP service. It allows both Claude Desktop and Cline...
A specialized Model Context Protocol (MCP) server that enables you to search, read, delete and send emails from...
DARP engine. The MCP search engine for DARP.
An MCP server for managing todos within LLMs, created for educational purposes
Advanced MCP tool for Perplexity and OpenRouter API integration.
📧 MCP Mail Tool - AI-powered email management tool | 基于 MCP 的智能邮件管理工具
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides...
Model Context Protocol server for managing, storing, and providing prompts and prompt templates for LLM interactions.





