npx claudepluginhub cameri/claude-skills --plugin webhooksAdd to your .mcp.json:
{
"mcpServers": {
"webhooks": {
"command": "bun",
"args": [
"--cwd",
"${CLAUDE_PLUGIN_ROOT}",
"server.ts"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun