DomA Docs

Integrate with other agents via MCP

Install MCP Server so desktop agents can connect to DomA

After installing the DomA extension, install the MCP Server so desktop agents can automate the browser.

Install

macOS / Linux

curl -fsSL https://res.stayfork.app/d/install-doma-mcp.sh | bash

Open the DomA connector

Switch to MCP Server and enable MCP Bridge.

Enable MCP Bridge

Add the MCP config in your agent

{
  "mcpServers": {
    "DomA": {
      "command": "python3",
      "args": [
        "$HOME/.doma/mcp/doma_mcp_stdio.py"
      ]
    }
  }
}

Integrate with Cursor

DomA connected in Cursor MCP

DomA interacts with web pages more effectively, helping you extract information about page interaction states.

Analyze web interaction states via DomA

Start working in the browser through DomA.

Start working in the browser via DomA

When finished, DomA returns the results to Cursor.

DomA returns results to Cursor

On this page