OpenWebhook for Claude Desktop
co.openwebhook/mcp
Inspect webhooks from Cursor or Claude. No account needed. Pro adds permanent slugs.
client:Claude Desktop
transport:stdio
runtime:npm
Install OpenWebhook in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"openwebhook"
],
"env": {
"OPENWEBHOOK_TOKEN": "<OPENWEBHOOK_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs