Skip to content
Cursor

Webhook.site MCP Server for Cursor

io.github.zebbern/webhook-mcp-server

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

client:Cursor transport:stdio runtime:pypi

Install Webhook.site MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Webhook.site MCP Server in other clients