robertheadley/chrome-debug-mcp
An MCP server to allow you to debug webpages using LLMs
Platform-specific configuration:
{
"mcpServers": {
"chrome-debug-mcp": {
"command": "npx",
"args": [
"-y",
"chrome-debug-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...