Skip to content
Cursor

DOMShell for Cursor

io.github.apireno/domshell

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

client:Cursor transport:stdio runtime:npm

Install DOMShell in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "domshell": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@apireno/domshell"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

DOMShell in other clients