Back to directory
apireno/domshell

apireno/domshell

@apireno

A Chrome Extension that maps the browser into a virtual filesystem for AI agents to browse the web using standard Linux commands (ls, cd, cat, grep, click) via MCP

browserautomationchrome-extensionaccessibility-treefilesystemweb-scrapingai-agentmcp

Installation & Configuration

{
  "mcpServers": {
    "domshell": {
      "command": "npx",
      "args": [
        "-y",
        "@apireno/domshell",
        "--allow-write",
        "--token",
        "my-secret-token"
      ]
    }
  }
}

Information

Transport
stdiostreamable-http
Language
TypeScript
Created
2026/6/25
Updated
2026/6/26