Oculr MCP
Enables AI agents to create and control real, isolated browser profiles with engine-level fingerprinting and per-profile proxies, providing antidetect browsing capabilities through a Model Context Protocol interface.
README
Oculr MCP — an antidetect browser for AI agents
Oculr is an antidetect browser that AI agents can drive. It exposes a Model Context Protocol server so an agent like Claude can create real, isolated browser profiles, browse and act inside them, and run whole fleets — each profile a real Chromium browser with engine-level fingerprinting and its own proxy, driven over raw Chrome DevTools Protocol with no injected Playwright or Puppeteer globals.
This repository is the connect guide + Claude skill for pointing an MCP client at Oculr. Full docs: https://oculr.ai/developers/mcp
Why an antidetect browser for AI agents
Generic automation stacks announce themselves to every site they touch. Oculr gives an agent the same thing a person has: a real browser with a consistent, engine-level identity that re-applies on every tab, so the agent sees the same site a person would in a stable environment you control. See oculr.ai/ai-agents.
- Real Chromium, native fingerprinting — fingerprinting is compiled into the engine in native C++, not patched on with JavaScript.
- 40+ MCP tools across browsing, profile lifecycle, fleet control and workflow recording.
- Raw CDP underneath — none of the globals automation frameworks add ever touch the page.
- Per-profile proxies with timezone, language and geolocation aligned to each exit.
- Fleet control — one agent call fans out across many region-pinned profiles at once.
- Local-first — profiles and data stay on your machine.
Install
- Download the Oculr desktop app for macOS, Windows or Linux: https://oculr.ai/download
- Open Oculr and use the one-click Add to Claude connect flow, or add the MCP server manually with the command it shows you.
# The desktop app prints the exact command; it looks like:
claude mcp add oculr
Oculr's MCP server speaks local stdio for zero setup, or HTTP with a mandatory bearer token.
Use it
Once connected, just ask your agent:
"Launch the three storefront profiles and check today's listings on each."
The agent calls Oculr's tools — profile_launch, browser_navigate, browser_snapshot,
fleet_run and the rest — to drive real browser profiles. Page structure is compressed
5 to 10x before it reaches the model, so tokens go to decisions instead of raw DOM.
Programmatic clients
- TypeScript / JavaScript:
oculr-sdk - Python:
oculr - Any Playwright, Puppeteer or Selenium script can attach over the standard CDP endpoint.
Links
- Product: https://oculr.ai
- For AI agents: https://oculr.ai/ai-agents
- MCP docs: https://oculr.ai/developers/mcp
- Glossary: https://oculr.ai/glossary
License
MIT — see LICENSE. Use Oculr in compliance with the terms of the sites you automate.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.