Add DOMShell — browser filesystem for AI agents

DOMShell maps Chrome's Accessibility Tree to a virtual filesystem.
AI agents use ls, cd, grep, click instead of selectors and coordinates.
38 MCP tools, Chrome Extension + npm package (@apireno/domshell).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
apireno
2026-02-27 15:12:27 -05:00
parent 19ab2af401
commit 12f679b1aa

View File

@@ -241,6 +241,7 @@ Web content access and automation capabilities. Enables searching, scraping, and
- [34892002/bilibili-mcp-js](https://github.com/34892002/bilibili-mcp-js) 📇 🏠 - A MCP server that supports searching for Bilibili content. Provides LangChain integration examples and test scripts.
- [agent-infra/mcp-server-browser](https://github.com/bytedance/UI-TARS-desktop/tree/main/packages/agent-infra/mcp-servers/browser) 📇 🏠 - Browser automation capabilities using Puppeteer, both support local and remote browser connection.
- [apireno/DOMShell](https://github.com/apireno/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.
- [automatalabs/mcp-server-playwright](https://github.com/Automata-Labs-team/MCP-Server-Playwright) 🐍 - An MCP server for browser automation using Playwright
- [BB-fat/browser-use-rs](https://github.com/BB-fat/browser-use-rs) 🦀 Lightweight browser automation MCP server in Rust with zero dependencies.
- [blackwhite084/playwright-plus-python-mcp](https://github.com/blackwhite084/playwright-plus-python-mcp) 🐍 - An MCP python server using Playwright for browser automation,more suitable for llm