Stats
Actions
Tags
From uuv-e2e-accessibility-test
Runs locally to provide accessibility testing and user journey validation for web applications, with configurable LLM model and JSON output options.
Copy 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=truenpx claudepluginhub e2e-test-quest/uuv --plugin uuv-e2e-accessibility-test