← Back to Plugins
MCP Server MCP

io.github.developerz-ai/ui-debugger-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @developerz.ai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@developerz.ai/ui-debugger-mcp",
      "version": "1.8.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for the LLM provider (OpenRouter default)",
          "isRequired": true,
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "Base URL for the LLM provider (defaults to OpenRouter)",
          "name": "OPENAI_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...