HomeDevelopment › wopee-mcp

wopee-mcp

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

TypeScript Cloud
★ 5 stars Last pushed 2026-09-23 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.30.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "wopee-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "WOPEE_API_KEY": "<YOUR_VALUE>",
        "WOPEE_PROJECT_UUID": "<YOUR_VALUE>",
        "WOPEE_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • WOPEE_API_KEY required secret — Wopee.io API key for authentication
  • WOPEE_PROJECT_UUID — UUID of the Wopee.io project to work with
  • WOPEE_API_URL — Wopee.io API base URL (defaults to https://api.wopee.io)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry