From 12f679b1aa6b0aad3b3324bfb3a876780d8d809a Mon Sep 17 00:00:00 2001 From: apireno Date: Fri, 27 Feb 2026 15:12:27 -0500 Subject: [PATCH 1/2] =?UTF-8?q?Add=20DOMShell=20=E2=80=94=20browser=20file?= =?UTF-8?q?system=20for=20AI=20agents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d167518..5aacfd9a 100644 --- a/README.md +++ b/README.md @@ -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 From fc09e3b9dd9be32b765e5cab3fd5a608eb3198ae Mon Sep 17 00:00:00 2001 From: apireno Date: Thu, 5 Mar 2026 09:24:45 -0500 Subject: [PATCH 2/2] docs: add Glama listing link for DOMShell Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aacfd9a..a8aa5eb9 100644 --- a/README.md +++ b/README.md @@ -241,7 +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. +- [apireno/DOMShell](https://github.com/apireno/DOMShell) [glama](https://glama.ai/mcp/servers/@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