ui debugger mcp for Cursor
io.github.developerz-ai/ui-debugger-mcp
Autonomous UI debugging MCP server: an agent drives the browser/desktop, reports bugs + UX issues.
client:Cursor
transport:stdio
runtime:npm
Install ui debugger mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ui-debugger-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@developerz.ai/ui-debugger-mcp"
],
"env": {
"OPENAI_API_KEY": "<OPENAI_API_KEY>",
"OPENAI_BASE_URL": "<OPENAI_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs