Skip to content
Grok

jshookmcp for Grok

io.github.vmoranv/jshookmcp

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

client:Grok transport:stdio runtime:npm

Install jshookmcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

jshookmcp in other clients