Odel
jshookmcp

jshookmcp

Local
@vmoranv2kTypeScriptAGPL-3.0Updated 1w ago

MCP server for JavaScript analysis, security auditing, browser automation and hooks

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@jshookmcp/jshookv0.3.0

Run

npx -y @jshookmcp/jshook

MCP client config

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