MCP Server
MCP
io.github.developerz-ai/ui-debugger-mcp
Autonomous UI debugging MCP server: an agent drives the browser/desktop, reports bugs + UX issues.
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
By
Comments
Sign in to leave a comment