voyager browser for Cursor
io.github.dir-ai/voyager-browser
Voyager's web-page sense: safe read-only observation of one live URL (structure, security, a11y).
client:Cursor
transport:stdio
runtime:npm
Install voyager browser in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"voyager-browser": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dir-ai/voyager-browser"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs