Skip to main content
Glama

MCP Webhook Server

by kevinwatt

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

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 端点发送消息,支持自定义内容、显示名称和头像 URL。

  1. 特征
    1. 安装
      1. 通过 Smithery 安装
      2. 手动安装
    2. 使用Dive Desktop进行配置
      1. 工具文档
        1. 使用示例
          1. 手动启动
            1. 要求
              1. 执照
                1. 作者
                  1. 关键词

                    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