🚀
Fast onboarding
Start from install, launch, first capture flow, and the shortest path into built-in tools, workflows, and plugins.
MCP documentation for browser automation, network capture, runtime hooks, extension development, and workflow orchestration.
Simply add the following definition to your MCP client configuration (e.g., Claude Desktop or Cursor) to get started:
{
"mcpServers": {
"jshook": {
"command": "npx",
"args": ["-y", "@jshookmcp/jshook"]
}
}
}