Oculr MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Oculr MCPLaunch the three storefront profiles and check today's listings on each."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Rod MCP Server
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 oculrOculr'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-sdkPython:
oculrAny 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceGives your AI agent a persistent browser identity with anti-detection, credential vault, and multi-persona support for automated web browsing, login, and signup.318MIT
- AlicenseNot gradedqualityAmaintenanceBrowser automation for AI agents via the Model Context Protocol, enabling web navigation, form filling, screenshots, and more using Chromium.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to automate web tasks such as browsing, clicking, typing, and taking screenshots via the Model Context Protocol.1MIT
- AlicenseBqualityAmaintenanceEnables browser automation through the Model Context Protocol, allowing AI agents to control Chrome, Firefox, or Edge for tasks like navigation, clicking, typing, and screenshots.3948MIT
Related MCP Connectors
Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.
A paid remote MCP for AI agent browser approval MCP, built to return verdicts, receipts, usage logs,
A paid remote MCP for AI agent browser MCP session, built to return verdicts, receipts, usage logs,
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Oculr-ai/oculr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server