Back to MCP Servers

DOMShell

Browse the web using filesystem commands (ls, cd, grep, click). 38 MCP tools map Chrome's Accessibility Tree to a virtual filesystem via a Chrome Extension.

browser-automation

Installation

npx -y DOMShell

Configuration

{
  "mcpServers": {
    "DOMShell": {
      "command": "npx",
      "args": ["-y", "DOMShell"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub