Skip to content
Cursor

jshookmcp for Cursor

io.github.vmoranv/jshookmcp

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

client:Cursor transport:stdio runtime:npm

Install jshookmcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

jshookmcp in other clients