Skip to content
Grok

wopee mcp for Grok

io.github.wopee-io/wopee-mcp

AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.

client:Grok transport:stdio runtime:npm

Install wopee mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "wopee-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "wopee-mcp"
      ],
      "env": {
        "WOPEE_API_KEY": "<WOPEE_API_KEY>",
        "WOPEE_PROJECT_UUID": "<WOPEE_PROJECT_UUID>",
        "WOPEE_API_URL": "<WOPEE_API_URL>"
      }
    }
  }
}

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

wopee mcp in other clients