Use Case
Claude Code + Ornold
Run multi-profile browser automation from the terminal with Claude Code and Ornold.
Why Claude Code for antidetect browser automation?
Claude Code turns Ornold into a terminal-first operator for antidetect browsers. It can plan a flow, call MCP tools, and keep context across registration, verification, and recovery.
Key Features
Terminal-first control
Drive many browser profiles without leaving the CLI.Tool chaining
Combine navigation, vision, form filling, and CAPTCHA solving in one run.Per-profile variables
Send unique emails, passwords, and payloads to each connected browser.Real-World Use Cases
Bulk registrations
Launch account creation batches with unique credentials.
Connect profiles via CDP
Open the registration page across all browsers
Fill unique fields and solve CAPTCHA
Submit and verify final status
Batch maintenance
Revisit warmed profiles, inspect state, and fix only the sessions that need attention.
List active browsers and tags
Navigate only the required profiles
Inspect status or screenshots
Retry or complete only affected sessions
Frequently asked questions
How does Claude Code connect to Ornold?Add the MCP configuration shown below, run `npx ornold`, and connect your antidetect browser profiles via CDP. Claude Code can then call Ornold tools directly.
What is Claude Code best for with Ornold?Claude Code turns Ornold into a terminal-first operator for antidetect browsers. It can plan a flow, call MCP tools, and keep context across registration, verification, and recovery.
Can Claude Code run many antidetect profiles in parallel?Yes. Claude Code handles planning and control, while Ornold executes actions across many connected browser profiles in parallel with shared context and recovery.
Quick setup for Claude Code
Add this to your MCP configuration:
{
"mcpServers": {
"multi-browser": {
"command": "npx",
"args": ["ornold"]
}
}
}