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).
Run
npx -y @dir-ai/voyager-browser
MCP client config
{
"mcpServers": {
"voyager-browser": {
"command": "npx",
"args": [
"-y",
"@dir-ai/voyager-browser"
]
}
}
}