Servers
Browser Inspector Mcp
@betson-uni
MCP server that gives AI coding tools the same CSS visibility you have in DevTools — rendered class names, full cascade, what's winning and why.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"browser-inspector": {
"command": "npx",
"args": [
"-y",
"browser-inspector-mcp"
]
}
}
}