Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From uuv-e2e-accessibility-test
MCP server for UUV test automation, enabling LLM-powered test generation and analysis for web applications. Runs locally via npx.
npx claudepluginhub e2e-test-quest/uuv --plugin uuv-e2e-accessibility-testCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"uuv-mcp-server": {
"command": "npx",
"args": [
"-y",
"@uuv/mcp-server@latest"
],
"env": {
"UUV_LLM_MODEL": "anthropic/claude-haiku-4-5",
"UUV_JSON_FLAT_MODEL_ENABLED": "true"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
UUV_LLM_MODEL=anthropic/claude-haiku-4-5UUV_JSON_FLAT_MODEL_ENABLED=trueShare bugs, ideas, or general feedback.