Odel
voyager browser

voyager browser

Local
@dir-aiTypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@dir-ai/voyager-browserv0.7.0

Run

npx -y @dir-ai/voyager-browser

MCP client config

{
  "mcpServers": {
    "voyager-browser": {
      "command": "npx",
      "args": [
        "-y",
        "@dir-ai/voyager-browser"
      ]
    }
  }
}