mcpbeat Sign in

ZeroDOM MCP Server

by devhusnainai Your server? Claim it
local only

ZeroDOM runs on your own machine — the client starts it, so there is no endpoint to ping. 163 installs a week from npm. Last commit 17 Sep 2026.

Token-optimized interaction graph for AI browser agents — 71% fewer tokens than ARIA snapshots.

Installs per day peak 163 · avg 5
a month agotoday
163
Installs / week
npm · @vexralabs/zerodom
0
Stars
3 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check ZeroDOM every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add zerodom -- npx -y @vexralabs/zerodom
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zerodom": {
      "args": [
        "-y",
        "@vexralabs/zerodom"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.zerodom]
command = "npx"
args = ["-y", "@vexralabs/zerodom"]
.cursor/mcp.json
{
  "mcpServers": {
    "zerodom": {
      "args": [
        "-y",
        "@vexralabs/zerodom"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "zerodom": {
      "args": [
        "-y",
        "@vexralabs/zerodom"
      ],
      "command": "npx"
    }
  }
}

Alternatives to ZeroDOM

same job, measured the same way
C
Reflex
by reflexmcp

Browser automation for AI agents: compressed page snapshots, batched actions, fewer tokens.

129 installs/wk local only
Plasmate
by plasmate-labs

Browser engine for AI agents. HTML in, Semantic Object Model out. 16x fewer tokens.

32 installs/wk local only
Selenium MCP
by gaforov

Selenium MCP server for AI agents — 41 browser automation tools with snapshots and sessions.

276 installs/wk local only
Cowork QA
by insideos-designs

Goal-driven Playwright browser sessions for LLMs, with full action traces and aria-snapshots.

28 installs/wk local only
Safari MCP
by achiya-automation

Native Safari browser automation for AI agents — 98 tools, zero Chrome overhead.

3 319 installs/wk local only
PageMap
by retio-ai

Structured web intelligence for AI agents. 5x fewer tokens than Playwright/Firecrawl, 84.7% accuracy

190 installs/wk local only
Looking Glass MCP
by sahib-sawhney-wh

AI-native browser for agents. 71 tools with self-healing, semantic extraction, vault CLI.

30 installs/wk local only
Ainative Browser MCP
by ainative-studio

AI-powered browser automation MCP — 6 tools for web interaction, extraction, and validation.

321 installs/wk local only

ZeroDOM — questions

Answers built from our own checks of this server.

Why is there no uptime for ZeroDOM?
ZeroDOM runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @vexralabs/zerodom was installed 163 times last week.
How do I connect ZeroDOM?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @vexralabs/zerodom straight from npm; nothing to host, nothing to sign up for.
How many people use ZeroDOM?
The npm package @vexralabs/zerodom was installed 163 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ZeroDOM open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 0 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.