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 start template for a typescript mcp server
Model Context Protocol (MCP) server to capture images from an OpenCV-compatible webcam or video source
Secure shell command execution MCP server for Claude AI. Enables controlled shell access within specified directories.
Integrate librosa, whisper with LLMs to analyze music audio.
基于 MCP 协议的腾讯云 COS MCP Server,无需编码即可让大模型快速接入腾讯云存储 (COS) 和数据万象 (CI) 能力。
MCP for Replicate Flux Model - A powerful tool for generating customized images and SVG assets that match...
MCP Memory Server with DuckDB backend
JIRA integration server for Model Context Protocol (MCP) - enables LLMs to interact with JIRA tasks and workflows
A proof-of-concept implementation of a Model Context Protocol (MCP) server that runs in WebAssembly (WASM) within a web...
MCP tool for exposing a structured task queue to guide AI agent workflows. Great for taming an over-enthusiastic...





