Skip to content
Zed

wopee mcp for Zed

io.github.wopee-io/wopee-mcp

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

client:Zed transport:stdio runtime:npm

Install wopee mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "wopee-mcp": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

wopee mcp in other clients