MCP Webhook 服务器
一个与 webhook 集成的 MCP 服务器实现,提供消息发送功能。
特征
通用 Webhook 支持:向任何 Webhook 端点发送消息
自定义用户名:设置消息的自定义显示名称
头像支持:自定义消息头像
MCP 集成:与 Dive 和其他兼容 MCP 的 LLM 兼容
Related MCP server: MCP Server Discord Webhook
安装
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 MCP Webhook 服务器:
npx -y @smithery/cli install @kevinwatt/mcp-webhook --client claude手动安装
npm install @kevinwatt/mcp-webhook使用Dive Desktop进行配置
在 Dive Desktop 中点击“+ 添加 MCP 服务器”
复制并粘贴此配置:
{
"mcpServers": {
"webhook": {
"command": "npx",
"args": [
"-y",
"@kevinwatt/mcp-webhook"
],
"env": {
"WEBHOOK_URL": "your-webhook-url"
},
"alwaysAllow": [
"send_message"
]
}
}
}点击“保存”安装 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 服务
执照
麻省理工学院
作者
凯文·瓦特
关键词
甲基氯丙烯
网络钩子
聊天
潜水
法学硕士
自动化
A
license - permissive licenseC
qualityC
maintenanceResources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Appeared in Searches
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
