Skip to main content
Glama

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

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

  1. Click "+ Add MCP Server" in Dive Desktop
  2. Copy and paste this configuration:
{ "mcpServers": { "webhook": { "command": "npx", "args": [ "-y", "@kevinwatt/mcp-webhook" ], "env": { "WEBHOOK_URL": "your-webhook-url" }, "alwaysAllow": [ "send_message" ] } } }
  1. Click "Save" to install the MCP server

Tool Documentation

  • send_message
    • Send message to webhook endpoint
    • Inputs:
      • content (string, required): Message content to send
      • username (string, optional): Display name
      • avatar_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
Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Permite enviar mensajes a puntos finales de webhook a través del protocolo MCP, admitiendo contenido personalizado, nombres para mostrar y URL de avatar.

  1. Características
    1. Instalación
      1. Instalación mediante herrería
      2. Instalación manual
    2. Configuración con Dive Desktop
      1. Documentación de herramientas
        1. Ejemplos de uso
          1. Inicio manual
            1. Requisitos
              1. Licencia
                1. Autor
                  1. Palabras clave

                    Related MCP Servers

                    • -
                      security
                      A
                      license
                      -
                      quality
                      A server for sending messages via WeCom bots using FastMCP, supporting asynchronous communication and message tracking through webhooks.
                      Last updated -
                      53
                      MIT License
                      • Linux
                      • Apple
                    • A
                      security
                      A
                      license
                      A
                      quality
                      An MCP server that enables posting messages to Discord webhooks, allowing customization of content, username, and avatar URL.
                      Last updated -
                      1
                      MIT License
                    • -
                      security
                      F
                      license
                      -
                      quality
                      A Multi-modal Conversation Protocol (MCP) server that enables interacting with web APIs through a curl-like interface, providing access to various websites and APIs with user authentication and response transformations.
                      Last updated -
                      4
                    • -
                      security
                      A
                      license
                      -
                      quality
                      MCP server for posting messages to Slack channels via webhooks or bot API. Supports configurable usernames, emojis, and both webhook and bot token authentication modes.
                      Last updated -
                      1
                      MIT License

                    View all related MCP servers

                    MCP directory API

                    We provide all the information about MCP servers via our MCP API.

                    curl -X GET 'https://glama.ai/api/mcp/v1/servers/kevinwatt/mcp-webhook'

                    If you have feedback or need assistance with the MCP directory API, please join our Discord server