Skip to content

playwright wizard mcp for Grok

io.github.oguzc/playwright-wizard-mcp

MCP server providing Playwright test generation wizard with intelligent prompts and best practices

client:Grok transport:stdio runtime:npm

Install playwright wizard mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "playwright-wizard-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "playwright-wizard-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

playwright wizard mcp in other clients