cherry-chrome-mcp

brandon-fryslie/cherry-chrome-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Chrome DevTools MCP server for AI agents. CSS selectors, dynamic tool visibility, 'Less is More' design.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cherry-chrome-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "brandon-fryslie/cherry-chrome-mcp"
      ]
    }
  }
}

README Excerpt

CSS selector-based Chrome DevTools MCP server with full JavaScript debugger support. - **CSS Selector-based**: Query and interact using familiar CSS selectors - **Powerful Filtering**: Text content and visibility filters for precise element selection - **Rich Element Details**: HTML snippets, structure summaries, and interactive element lists