UI Debugger MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 937 installs a week from npm. Last commit 31 Jul 2026.
Autonomous UI debugging MCP server: an agent drives the browser/desktop, reports bugs + UX issues.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add ui-debugger-mcp -- npx -y @developerz.ai/ui-debugger-mcp
{
"mcpServers": {
"ui-debugger-mcp": {
"args": [
"-y",
"@developerz.ai/ui-debugger-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.ui-debugger-mcp]
command = "npx"
args = ["-y", "@developerz.ai/ui-debugger-mcp"]
{
"mcpServers": {
"ui-debugger-mcp": {
"args": [
"-y",
"@developerz.ai/ui-debugger-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"ui-debugger-mcp": {
"args": [
"-y",
"@developerz.ai/ui-debugger-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.