Ornold
Back to blog
Tutorial5 min read

Connecting Dolphin Anty to Ornold: Fast MCP Setup

From enabling the debug port to listing connected profiles, this walkthrough gets your first live browser batch online in a few minutes.
Mar 28, 2026

Operational note

Fast setup is mostly about sequence: expose the debug endpoint, discover the profile inventory, then prove that one live command works end to end. Once CDP is stable, the rest stops being browser babysitting and becomes repeatable automation.

Sample flow

// First live MCP setup check await browser_list(); await browser_status(); await browser_parallel_navigate({ url: "https://example.com" }); await browser_parallel_snapshot();

Related posts