Odel
ui debugger mcp

ui debugger mcp

Local
@developerz-ai2TypeScriptMITUpdated 2 days ago

Autonomous UI debugging MCP server: an agent drives the browser/desktop, reports bugs + UX issues.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@developerz.ai/ui-debugger-mcpv1.9.0

Run

npx -y @developerz.ai/ui-debugger-mcp

MCP client config

{
  "mcpServers": {
    "ui-debugger-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@developerz.ai/ui-debugger-mcp"
      ]
    }
  }
}