Odel
neo vision

neo vision

Local
@matthewalexong1TypeScriptMITUpdated 4mo ago

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

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).

npmneo-visionv0.2.2

Run

npx -y neo-vision

MCP client config

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