Loading MCP server directory, please wait...
MCP server for VertaaUX.ai — run UX & accessibility audits from your LLM or IDE
npx @getmcp/cli add io.github.PetriLahdelma/vertaaux-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
VERTAAUX_API_KEYVertaaUX API key (get one at https://vertaaux.ai/settings/api)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.PetriLahdelma/vertaaux-mcp": {
"command": "npx",
"args": [
"-y",
"@vertaaux/mcp-server"
],
"env": {
"VERTAAUX_API_KEY": ""
}
}
}
}