Skip to content
Cursor

neo vision for Cursor

io.github.matthewalexong/neo-vision

Spatial DOM maps for AI agent browser navigation with anti-bot stealth.

client:Cursor transport:stdio runtime:npm

Install neo vision in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "neo-vision": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "neo-vision"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

neo vision in other clients