
Neo Vision
Equip browser-automation agents with spatial DOM maps and stealth-friendly navigation instead of brittle pixel-only scripts.
Overview
Neo Vision is a MCP server for the Build phase that provides spatial DOM maps and stealth-aware context for AI agent browser navigation.
What is this MCP server?
- Spatial DOM maps structured for AI agent browser navigation
- Anti-bot stealth considerations for automated browsing
- npm package neo-vision at registry version 0.2.2
- stdio MCP transport for Claude Code-style clients
- Open-source matthewalexong/neo-vision repository
- Server schema version 0.2.2
- npm package version 0.2.2
- stdio transport
What problem does it solve?
Agent browser automation fails when pages are read as flat text or blocked by bot detection without structured spatial cues.
Who is it for?
Indie builders shipping agentic web automation who need DOM-spatial awareness beyond screenshot-only tools.
Skip if: Simple static-site scrapes with no bot risk, or teams forbidden from automated access to third-party sites.
What do I get? / Deliverables
After install, your agent can consume spatial DOM maps over MCP to plan navigation steps with clearer target geometry and stealth-oriented setup.
- Registered Neo Vision stdio MCP server
- Spatial DOM map outputs consumable by agent navigation prompts
- More reliable element targeting for automated web flows
Recommended MCP Servers
Journey fit
Agent browser stacks are built in the Build phase when you wire tooling that lets coding agents see and act on live pages. Agent-tooling is canonical because Neo Vision targets AI agent navigation semantics (spatial DOM maps), not generic backend APIs or launch SEO.
How it compares
Browser perception MCP for agents, not a full hosted scraping service or unit-test runner.
Common Questions / FAQ
Who is Neo Vision MCP for?
Developers building AI agents that automate real browsers and need structured spatial DOM context plus stealth-minded navigation support.
When should I use Neo Vision MCP?
Use it while building agent-tooling for flows like onboarding tests, admin tasks, or research automation that break on naive selectors.
How do I add Neo Vision MCP to my agent?
Install the npm package neo-vision, register the stdio MCP server in Claude Code or Cursor, and combine it with your browser execution stack.