Skip to content
Grok

mcp-v8 for Grok

io.github.r33drichards/mcp-js

Run JavaScript and TypeScript in sandboxed V8 isolates with policy-controlled host capabilities.

client:Grok transport:stdio runtime:oci

Install mcp-v8 in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-js": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/wholelottahoopla/mcp-js:0.21.0-rc.2"
      ]
    }
  }
}

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

mcp-v8 in other clients