Browser Inspector Mcp

Created By
betson-uni3 months ago
Gives AI coding tools the same CSS visibility you have in browser DevTools. Inspect the real rendered DOM, full CSS cascade, before/after style diffs, and element screenshots — all from your AI session. Zero setup, works via npx.
Overview

Before your AI writes CSS, let it see what's actually in the browser.

AI reads source files. Browsers render something different. Component libraries like Ant Design, Material UI, and Radix generate class names at runtime that don't exist in your source. This tool closes that gap.

One tool, four actions:

  • dom — real rendered HTML and class names before writing any CSS
  • styles — full CSS cascade, every matched rule, where it came from, which rule won
  • diff — before/after comparison to confirm a CSS change actually landed
  • screenshot — cropped visual snapshot of any element, returned inline

Zero setup. No flags, no extension, no configuration. Add to your MCP config and restart.

Server Config

{
  "mcpServers": {
    "browser-inspector": {
      "command": "npx",
      "args": [
        "-y",
        "browser-inspector-mcp"
      ]
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
betson-uni
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago