From uuv-e2e-accessibility-test
Local stdio MCP server for UUV platform, launched via npx. Configured by UUV_LLM_MODEL env var to specify an LLM model. Capabilities unclear from configuration.
npx claudepluginhub e2e-test-quest/uuv --plugin uuv-e2e-accessibility-testAdd to your .mcp.json:
{
"mcpServers": {
"uuv-mcp-server": {
"command": "npx",
"args": [
"-y",
"@uuv/mcp-server@latest"
],
"env": {
"UUV_LLM_MODEL": "anthropic/claude-sonnet-4.6"
}
}
}
}npxUUV_LLM_MODEL=anthropic/claude-sonnet-4.6