Loading MCP server directory, please wait...
Autonomous UI debugging MCP server: an agent drives the browser/desktop, reports bugs + UX issues.
npx @getmcp/cli add io.github.developerz-ai/ui-debugger-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
OPENAI_API_KEYAPI key for the LLM provider (OpenRouter default)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.developerz-ai/ui-debugger-mcp": {
"command": "npx",
"args": [
"-y",
"@developerz.ai/ui-debugger-mcp"
],
"env": {
"OPENAI_API_KEY": "",
"OPENAI_BASE_URL": ""
}
}
}
}Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
Fetch and process content from specified URLs using the Oxylabs Web Scraper API.
Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp…