Odel
Webhook.site MCP Server

Webhook.site MCP Server

Local
@zebbern12PythonMITUpdated 3 days ago

Capture HTTP, email, and DNS callbacks with webhook.site from MCP clients.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIwebhook-mcp-serverv3.0.0

Run

uvx webhook-mcp-server

MCP client config

{
  "mcpServers": {
    "webhook-site-mcp-server": {
      "command": "uvx",
      "args": [
        "webhook-mcp-server"
      ]
    }
  }
}