Webhook.site MCP Server for VS Code
io.github.zebbern/webhook-mcp-server
Capture HTTP, email, and DNS callbacks with webhook.site from MCP clients.
client:VS Code
transport:stdio
runtime:pypi
Install Webhook.site MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"webhook-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"webhook-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs