ui debugger mcp for Grok
io.github.developerz-ai/ui-debugger-mcp
Autonomous UI debugging MCP server: an agent drives the browser/desktop, reports bugs + UX issues.
client:Grok
transport:stdio
runtime:npm
Install ui debugger mcp in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs