← Back to Plugins
MCP Server MCP

io.github.Wopee-io/wopee-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "wopee-mcp",
      "version": "1.30.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Wopee.io API key for authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "WOPEE_API_KEY"
        },
        {
          "description": "UUID of the Wopee.io project to work with",
          "format": "string",
          "name": "WOPEE_PROJECT_UUID"
        },
        {
          "description": "Wopee.io API base URL (defaults to https://api.wopee.io)",
          "format": "string",
          "name": "WOPEE_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...