MCP Webhook Server

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.

MCP Webhook 服务器

一个与 webhook 集成的 MCP 服务器实现,提供消息发送功能。

特征

  • 通用 Webhook 支持:向任何 Webhook 端点发送消息
  • 自定义用户名:设置消息的自定义显示名称
  • 头像支持:自定义消息头像
  • MCP 集成:与 Dive 和其他兼容 MCP 的 LLM 兼容

安装

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 MCP Webhook 服务器:

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

手动安装

npm install @kevinwatt/mcp-webhook

使用Dive Desktop进行配置

  1. 在 Dive Desktop 中点击“+ 添加 MCP 服务器”
  2. 复制并粘贴此配置:
{ "mcpServers": { "webhook": { "command": "npx", "args": [ "-y", "@kevinwatt/mcp-webhook" ], "env": { "WEBHOOK_URL": "your-webhook-url" }, "alwaysAllow": [ "send_message" ] } } }
  1. 点击“保存”安装 MCP 服务器

工具文档

  • 发送消息
    • 发送消息到 webhook 端点
    • 输入:
      • content (字符串,必需):要发送的消息内容
      • username (字符串,可选):显示名称
      • avatar_url (字符串,可选):头像 URL

使用示例

要求你的法学硕士:

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

手动启动

如果需要,请手动启动服务器:

npx @kevinwatt/mcp-webhook

要求

  • Node.js 18+
  • MCP 兼容的 LLM 服务

执照

麻省理工学院

作者

凯文·瓦特

关键词

  • 甲基氯丙烯
  • 网络钩子
  • 聊天
  • 潜水
  • 法学硕士
  • 自动化

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

支持通过 MCP 协议向 webhook 端点发送消息,支持自定义内容、显示名称和头像 URL。

  1. Features
    1. Installation
      1. Installing via Smithery
      2. Manual Installation
    2. Configuration with Dive Desktop
      1. Tool Documentation
        1. Usage Examples
          1. Manual Start
            1. Requirements
              1. License
                1. Author
                  1. Keywords
                    ID: ijmd1ia5zg