OpenWebhook for Cline
co.openwebhook/mcp
Inspect webhooks from Cursor or Claude. No account needed. Pro adds permanent slugs.
client:Cline
transport:stdio
runtime:npm
Install OpenWebhook in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"openwebhook"
],
"env": {
"OPENWEBHOOK_TOKEN": "<OPENWEBHOOK_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs