← Index

io.github.Wopee-io/wopee-mcp

io.github.Wopee-io/wopee-mcp·v1.26.0·Web Scraping
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "wopee-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wopee-mcp"
      ],
      "env": {
        "WOPEE_API_KEY": "<your-wopee_api_key>",
        "WOPEE_PROJECT_UUID": "<wopee_project_uuid>",
        "WOPEE_API_URL": "<wopee_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "wopee-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wopee-mcp"
      ],
      "env": {
        "WOPEE_API_KEY": "<your-wopee_api_key>",
        "WOPEE_PROJECT_UUID": "<wopee_project_uuid>",
        "WOPEE_API_URL": "<wopee_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y wopee-mcp
§02  Environment variables
WOPEE_API_KEY
requiredsecret

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)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Web Scraping