Stats
Actions
Tags
Local stdio MCP server for Metro bundler, providing JavaScript bundling, module resolution, and build tools, primarily for React Native projects. Runs with Bun on TypeScript code.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"webhook": {
"command": "bun",
"args": [
"run",
"src/index.ts"
]
}
}
}Server configuration and connection parameters
bunCommand-line arguments passed to the server process
npx claudepluginhub lorismaz/claude-plugins --plugin webhook-channel-plugin