Ornold
Use Case

Codex + Ornold

Use Codex to write, adapt, and execute browser automations across antidetect profiles.
Get Started
Codex + Ornold MCP

Install with one prompt

Open Codex chat, paste this prompt, replace YOUR_TOKEN with your token from mcp.ornold.com, and send. Codex handles the rest.
Install Ornold MCP for Codex — browser automation for antidetect browsers.

Full install guide for AI agents: https://github.com/ornold-ai/ornold-mcp/blob/main/AGENTS.md

Before running anything, ask me these questions and wait for my answers:
1. Do I have an Ornold token (starts with orn_sk_)? If not, send me to https://mcp.ornold.com → Tokens → Create token.
2. Which antidetect browser do I use? Options: Linken Sphere, Dolphin Anty, Vision Browser, Wadex, or none yet. (This decides the antidetect flags — see AGENTS.md.)
3. Which interaction mode? "vision" (recommended for stealth — clicks via screenshots + coordinates) or "dom" (faster — clicks via CSS selectors). If unsure, default to vision. If I want both, set up two separate MCP servers (one per mode) so the tool list stays focused.
4. Do I have Node.js 18+ installed? If unsure, run "node -v". If missing, point me to https://nodejs.org.

Once I answer, install Ornold MCP for Codex using the install method and flags from AGENTS.md, with the antidetect + mode flags from my answers. Then install the AI skill (npx mcp-ornold-browser --install-skill, where supported) and call browser_status to verify the MCP server is reachable.

Why Codex for antidetect browser automation?

Codex pairs code generation with live browser execution. It calls Ornold MCP tools directly — navigation, form filling, CAPTCHA solving — and adapts the flow when pages change.

Key Features

Parallel browser control

Navigate, click, fill forms, and run JS across all connected antidetect profiles simultaneously via MCP tools.

Automatic CAPTCHA solving

Detects reCAPTCHA, hCaptcha, Turnstile, and 9 other types. Solves them in parallel across all sessions.

Per-profile data

Send unique values (emails, passwords, names) to each browser session in a single batch command.

Real-World Use Cases

Profile warm-up

Use short scripts to browse target sites with human-like activity.
Prepare a target URL list per profile
Generate a warm-up script
Run it across all connected browsers
Collect results and retry failures

Structured extraction

Pull data from many profiles without leaning on one identity too hard.
Split URLs across browsers
Run extraction code in parallel
Aggregate outputs from every profile
Handle pagination or CAPTCHA when needed

Frequently asked questions

How does Codex connect to Ornold?Add the Ornold MCP server to your Codex config with `npx ornold-mcp` and your API token. Connect your antidetect browser profiles via CDP. Codex can then call all browser tools directly.
What is Codex best for with Ornold?Codex pairs code generation with live browser execution. It calls Ornold MCP tools directly — navigation, form filling, CAPTCHA solving — and adapts the flow when pages change.
Can Codex run many antidetect profiles in parallel?Yes. Codex handles planning and control, while Ornold executes actions across many connected browser profiles in parallel with shared context and recovery.
Claude CodeCursor
Also works with