McpMux
Back to Registry

Wopee MCP MCP Server

Community

Contributed by Wopee.io

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

About the Wopee MCP MCP Server

The Wopee MCP MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. 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 is a community-contributed MCP server by Wopee.io.

Install the Wopee MCP MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "wopee-mcp"
  ],
  "env": {
    "WOPEE_API_KEY": "${input:WOPEE_API_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "WOPEE_API_KEY",
        "label": "Wopee API Key",
        "description": "API key for the Wopee.io platform",
        "type": "text",
        "required": true,
        "secret": true,
        "obtain": {
          "url": "https://cmd.wopee.io",
          "instructions": "1. Sign up at cmd.wopee.io\n2. Navigate to your project settings\n3. Copy the API key",
          "button_label": "Get API Key"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

testinge2eautomationplaywrightqa

Supported AI Clients

The Wopee MCP MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Wopee MCP with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.