Skip to main content
Glama

MCP Webhook Server

by kevinwatt

Servidor webhook MCP

Una implementación de servidor MCP que se integra con webhooks y proporciona capacidades de envío de mensajes.

Características

  • Compatibilidad con webhook genérico : envíe mensajes a cualquier punto final de webhook
  • Nombre de usuario personalizado : establezca un nombre de visualización personalizado para los mensajes
  • Compatibilidad con avatares : personaliza el avatar del mensaje
  • Integración con MCP : funciona con Dive y otros LLM compatibles con MCP

Instalación

Instalación mediante herrería

Para instalar MCP Webhook Server para Claude Desktop automáticamente a través de Smithery :

npx -y @smithery/cli install @kevinwatt/mcp-webhook --client claude

Instalación manual

npm install @kevinwatt/mcp-webhook

Configuración con Dive Desktop

  1. Haga clic en "+ Agregar servidor MCP" en Dive Desktop
  2. Copie y pegue esta configuración:
{ "mcpServers": { "webhook": { "command": "npx", "args": [ "-y", "@kevinwatt/mcp-webhook" ], "env": { "WEBHOOK_URL": "your-webhook-url" }, "alwaysAllow": [ "send_message" ] } } }
  1. Haga clic en "Guardar" para instalar el servidor MCP

Documentación de herramientas

  • enviar_mensaje
    • Enviar mensaje al punto final del webhook
    • Entradas:
      • content (cadena, obligatorio): Contenido del mensaje a enviar
      • username (cadena, opcional): nombre para mostrar
      • avatar_url (cadena, opcional): URL del avatar

Ejemplos de uso

Pídale a su LLM que:

"Send a message to webhook: Hello World!" "Send a message with custom name: content='Testing', username='Bot'"

Inicio manual

Si es necesario, inicie el servidor manualmente:

npx @kevinwatt/mcp-webhook

Requisitos

  • Node.js 18+
  • Servicio LLM compatible con MCP

Licencia

Instituto Tecnológico de Massachusetts (MIT)

Autor

Kevin Watt

Palabras clave

  • mcp
  • webhook
  • charlar
  • bucear
  • LLM
  • automatización

You must be authenticated.

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 -
                      3
                      39
                      Python
                      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
                      0
                      JavaScript
                      MIT License
                    • -
                      security
                      A
                      license
                      -
                      quality
                      An MCP server that provides an interface for querying the AtherOS knowledge base through an API, allowing users to create chat sessions and send queries to retrieve information.
                      Last updated -
                      JavaScript
                      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