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
By apireno
Installation
npx -y DOMShellConfiguration
{
"mcpServers": {
"DOMShell": {
"command": "npx",
"args": ["-y", "DOMShell"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes