AgentHubAgentHub

wopee-mcp

MCP ServerMCP Registry官方收录

io.github.Wopee-io/wopee-mcp · v1.27.0

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

概览

wopee-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "wopee-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wopee-mcp"
      ],
      "env": {
        "WOPEE_API_KEY": "<WOPEE_API_KEY>"
      }
    }
  }
}

环境变量

WOPEE_API_KEY必填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)

相关资源

统一 Manifest

{
  "id": "io.github.Wopee-io/wopee-mcp",
  "type": "mcp-server",
  "version": "1.27.0",
  "displayName": "wopee-mcp",
  "description": "AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.",
  "repository": {
    "url": "https://github.com/Wopee-io/wopee-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "wopee-mcp",
        "version": "1.27.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "WOPEE_API_KEY",
            "description": "Wopee.io API key for authentication",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "WOPEE_PROJECT_UUID",
            "description": "UUID of the Wopee.io project to work with"
          },
          {
            "name": "WOPEE_API_URL",
            "description": "Wopee.io API base URL (defaults to https://api.wopee.io)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Wopee-io/wopee-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Wopee-io%2Fwopee-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
wopee-mcp — MCP Server 安装与配置 · AgentHub