Back to MCP Servers
Webhook Tester
A FastMCP-based server for interacting with webhook-test.com. Enables users to create, retrieve, and delete webhooks locally using Claude.
developer-tools
By alimo7amed93
Installation
npx -y webhook-tester-mcpConfiguration
{
"mcpServers": {
"webhook-tester-mcp": {
"command": "npx",
"args": ["-y", "webhook-tester-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes