usewebhook-mcp
用于生成和检查Webhook的模型上下文协议(MCP)服务器
✨ 特性
- ⚡ 生成用于测试的webhook端点
- 🔍 检查和区分HTTP请求有效负载
- 🔁 回放历史记录中的请求
- 🔀 将请求转发给您的
localhost - ⚡️ 由...驱动 使用Webhook
📦 安装
通过史密瑟里
通过以下方式为Claude Desktop安装usewebhook mcp 史密瑟里:
npx -y @smithery/cli install @figstra/usewebhook-mcp --client claude手动安装
- 克隆存储库:
git clone https://github.com/figstra/usewebhook-mcp.git- 安装依赖项:
cd usewebhook-mcp
npm install- 构建项目:
npm run build- 在Claude MCP设置文件中配置服务器:
{
"mcpServers": {
"usewebhook-mcp": {
"command": "node",
"args": ["path/to/your/usewebhook-mcp/build/index.js"],
"disabled": false,
"autoApprove": []
}
}
}发展
# Install dependencies
npm install
# Start the development server
npm run dev许可证
该项目根据MIT许可证获得许可。请参阅 许可证 文件以获取详细信息。
