Catalog
io.github.Wopee-io/wopee-mcp
Officialby Wopee-io · TypeScript
AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.
Dispatch automated testing, crawling, and artifact retrieval for web applications.
README not available yet.
Install
Configuration
Environment variables
WOPEE_API_KEYrequiredsecretWopee.io API key for authentication
WOPEE_PROJECT_UUIDUUID of the Wopee.io project to work with
WOPEE_API_URLWopee.io API base URL (defaults to https://api.wopee.io)
claude_desktop_config.json
{
"mcpServers": {
"wopee-mcp": {
"command": "npx",
"args": [
"-y",
"wopee-mcp@1.27.0"
],
"env": {
"WOPEE_API_KEY": "<YOUR_WOPEE_API_KEY>",
"WOPEE_PROJECT_UUID": "<YOUR_WOPEE_PROJECT_UUID>",
"WOPEE_API_URL": "<YOUR_WOPEE_API_URL>"
}
}
}
}