Command Palette

Search for a command to run...

UnylyUnyly
Browse all

UseWebhook

FreeNot checked

Generates unique webhook endpoints on usewebhook.com for capturing and inspecting HTTP requests without requiring account setup or configuration.

GitHubEmbed

About

Generates unique webhook endpoints on usewebhook.com for capturing and inspecting HTTP requests without requiring account setup or configuration.

README

Model Context Protocol (MCP) server for generating and inspecting webhooks

✨ Features

  • ⚡ Generate webhook endpoints for testing
  • 🔍 Inspect and diff HTTP request payloads
  • 🔁 Replay requests from history
  • 🔀 Forward requests to your localhost
  • ⚡️ Powered by UseWebhook

📦 Installation

Via Smithery

Install usewebhook-mcp for Claude Desktop via Smithery:

npx -y @smithery/cli install @figstra/usewebhook-mcp --client claude

Manual installation

  1. Clone the repository:
git clone https://github.com/figstra/usewebhook-mcp.git
  1. Install dependencies:
cd usewebhook-mcp
npm install
  1. Build the project:
npm run build
  1. Configure the server in your Claude MCP settings file:
{
   "mcpServers": {
    "usewebhook-mcp": {
      "command": "node",
      "args": ["path/to/your/usewebhook-mcp/build/index.js"],
      "disabled": false,
      "autoApprove": []
    }
  }
}

Development

# Install dependencies
npm install

# Start the development server
npm run dev

License

This project is licensed under the MIT License. See the LICENSE file for details.

from github.com/figstra/usewebhook-mcp

Installing UseWebhook

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/figstra/usewebhook-mcp

FAQ

Is UseWebhook MCP free?

Yes, UseWebhook MCP is free — one-click install via Unyly at no cost.

Does UseWebhook need an API key?

No, UseWebhook runs without API keys or environment variables.

Is UseWebhook hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install UseWebhook in Claude Desktop, Claude Code or Cursor?

Open UseWebhook on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare UseWebhook with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs