Webhook.site MCP Server
Rank #6,259io.github.zebbern/webhook-mcp-server
Capture HTTP, email, and DNS callbacks with webhook.site from MCP clients.
Webhook.site MCP Server is a Model Context Protocol (MCP) server published by zebbern. It ranks #6,259 of 115,460 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. Webhook.site MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jan 26, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 109,201 of 115,460 servers on MCP Toplist.
Use Webhook.site MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add webhook-mcp-server -e "WEBHOOK_SITE_API_KEY=<your WEBHOOK_SITE_API_KEY>" -- uvx webhook-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.webhook-mcp-server]
command = "uvx"
args = ["webhook-mcp-server"]
[mcp_servers.webhook-mcp-server.env]
WEBHOOK_SITE_API_KEY = "<your WEBHOOK_SITE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"webhook-mcp-server": {
"command": "uvx",
"args": [
"webhook-mcp-server"
],
"env": {
"WEBHOOK_SITE_API_KEY": "<your WEBHOOK_SITE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"webhook-mcp-server": {
"command": "uvx",
"args": [
"webhook-mcp-server"
],
"env": {
"WEBHOOK_SITE_API_KEY": "<your WEBHOOK_SITE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"webhook-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"webhook-mcp-server"
],
"env": {
"WEBHOOK_SITE_API_KEY": "<your WEBHOOK_SITE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"webhook-mcp-server": {
"command": "uvx",
"args": [
"webhook-mcp-server"
],
"env": {
"WEBHOOK_SITE_API_KEY": "<your WEBHOOK_SITE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"webhook-mcp-server": {
"command": "uvx",
"args": [
"webhook-mcp-server"
],
"env": {
"WEBHOOK_SITE_API_KEY": "<your WEBHOOK_SITE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.zebbern%2Fwebhook-mcp-server)<a href="https://mcptoplist.com/server/io.github.zebbern%2Fwebhook-mcp-server"><img src="https://mcptoplist.com/badge/io.github.zebbern%2Fwebhook-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
zebbern
Other servers by zebbern
- PocMap MCP Server#3,525 · 9 vers
- Zebbern Kali MCP#5,819 · 1 ver
- discord-mcp-agent#30,723
- agloop-mcp#52,135 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 2.2.1 | Aug 16, 2026 |
Frequently asked questions
- Who maintains Webhook.site MCP Server?
- Webhook.site MCP Server is maintained by zebbern, which publishes 5 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Webhook.site MCP Server listed on the Official MCP Registry?
- Yes — Webhook.site MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Webhook.site MCP Server have?
- MCP Toplist tracks 1 version of Webhook.site MCP Server, most recently published on Aug 16, 2026.
- Where can I find the source code for Webhook.site MCP Server?
- The source code for Webhook.site MCP Server is hosted at github.com/zebbern/webhook-mcp-server.