Skip to main content
Glama
kevinwatt

MCP Webhook Server

by kevinwatt

Servidor webhook MCP

insignia de herrería

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

Related MCP server: MCP Server Discord Webhook

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

-
security - not tested
A
license - permissive license
-
quality - not tested

Latest Blog Posts

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