Skip to content
Grok

vew mcp for Grok

io.github.yawlabs/vew-mcp

Browser MCP: drive a real Chromium via Playwright with compact ref-addressable page snapshots

client:Grok transport:stdio runtime:npm

Install vew mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "vew-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/vew-mcp"
      ]
    }
  }
}

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

vew mcp in other clients