MCP Webhook Server
by kevinwatt
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
Copy
Configuration with Dive Desktop
- Click "+ Add MCP Server" in Dive Desktop
- Copy and paste this configuration:
Copy
- 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:
Copy
Manual Start
If needed, start the server manually:
Copy
Requirements
- Node.js 18+
- MCP-compatible LLM service
License
MIT
Author
kevinwatt
Keywords
- mcp
- webhook
- chat
- dive
- llm
- automation
You must be authenticated.
Enables sending messages to webhook endpoints through the MCP protocol, supporting custom content, display names, and avatar URLs.