mcpbeat Sign in

Voyager Browser MCP Server

local only

Voyager Browser runs on your own machine — the client starts it, so there is no endpoint to ping. 96 installs a week from npm. Last commit 20 Jul 2026.

Voyager's web-page sense: safe read-only observation of one live URL (structure, security, a11y).

Installs per day peak 47 · avg 12 · +240% w/w
a month agotoday
96
Installs / week
npm · @dir-ai/voyager-browser
0
Stars
0 open issues
20 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Voyager Browser 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 voyager-browser -- npx -y @dir-ai/voyager-browser
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "voyager-browser": {
      "args": [
        "-y",
        "@dir-ai/voyager-browser"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.voyager-browser]
command = "npx"
args = ["-y", "@dir-ai/voyager-browser"]
.cursor/mcp.json
{
  "mcpServers": {
    "voyager-browser": {
      "args": [
        "-y",
        "@dir-ai/voyager-browser"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "voyager-browser": {
      "args": [
        "-y",
        "@dir-ai/voyager-browser"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Voyager Browser

same job, measured the same way
KitchenSink4Web
by nometalalchemist

Browser MCP server: budgeted page reads, honest unread accounting, structured extraction.

local only
MCP Browser Research
by infoinlet-marketplace

Web browsing & research for AI agents — fetch/read pages, structured extraction, Exa search.

30 installs/wk local only
Charlotte
by ticktockbent

Renders web pages into structured, agent-readable representations using headless Chromium.

661 installs/wk local only
Clickcast
by alexkay28

Drive a real Playwright browser: annotated screenshot + structured page state after every action.

214 installs/wk local only
url2image
by url2image

Capture batches of public web pages in a real browser and download the screenshots as a zip.

5 tools answering
Crawlio Browser
by crawlio

Bridge a live Chrome browser to your agent: 150 tools for capture, extraction, and observation.

132 installs/wk local only
Argus
by ironclawdevs27

Automated web QA via Chrome DevTools MCP — a11y, security, visual, env diff, CI; Aegis redaction.

99 installs/wk local only
Arc Control (macOS)
by db-25

macOS-only MCP server for the Arc browser: tabs, navigation, page reading, DOM, scripting

20 installs/wk local only

Voyager Browser — questions

Answers built from our own checks of this server.

Why is there no uptime for Voyager Browser?
Voyager Browser 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 @dir-ai/voyager-browser was installed 96 times last week.
How do I connect Voyager Browser?
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 @dir-ai/voyager-browser straight from npm; nothing to host, nothing to sign up for.
How many people use Voyager Browser?
The npm package @dir-ai/voyager-browser was installed 96 times in the last week. Week over week that is +240%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Voyager Browser open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.