← Back to Plugins
MCP Server MCP

DOMShell

github By github 👁 1 views ▲ 0 votes

Drive Chrome with filesystem commands (ls, cd, grep, click, type). One MCP tool, multi-agent.

Homepage Verified source GitHub

Install

npx -y @apireno/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@apireno/domshell",
      "version": "2.0.10",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "npm",
      "identifier": "@apireno/domshell",
      "version": "2.0.10",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:3001/mcp"
      }
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...