VUDA is an autonomous debugging agent that empowers AI models to visually analyze, test, and debug web
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"visual-ui-debug-agen": {
"command": "npx",
"args": [
"-y",
"samihalawa/visual-ui-debug-agent-mcp"
]
}
}
}
Run in terminal:
claude mcp add visual-ui-debug-agen npx -y samihalawa/visual-ui-debug-agent-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"visual-ui-debug-agen": {
"command": "npx",
"args": [
"-y",
"samihalawa/visual-ui-debug-agent-mcp"
]
}
}
}