WebUAT-Forensic for Claude Desktop
io.github.evozim/webapp-uat
Forensic accessibility and UI/UX front-end audit tool for web apps.
client:Claude Desktop
transport:sse
Install WebUAT-Forensic in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"webapp-uat": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://webapp-uat-mcp.vercel.app/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs