wopee-mcp

4

MCP server for autonomous end-to-end testing with Wopee.io. Analyzes web applications, generates and executes Playwright-based functional tests, and validates results.

This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.

{ "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}" } }