Skip to content

JSHookMCPDocumentation for reverse workflows and automation

MCP documentation for browser automation, network capture, runtime hooks, extension development, and workflow orchestration.

JSHookMCP

⚡ Quick Start

Simply add the following definition to your MCP client configuration (e.g., Claude Desktop or Cursor) to get started:

json
{
  "mcpServers": {
    "jshook": {
      "command": "npx",
      "args": ["-y", "@jshookmcp/jshook"]
    }
  }
}

Released under AGPL-3.0-only