JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 79
  • Score
    100M100P100Q96637F
  • License MIT

Ornold MCP — browser automation, antidetect management, and captcha solving for AI agents

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mcp-ornold-browser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Ornold MCP

    Browser automation, antidetect browser management, and captcha solving for AI agents.

    Quick Start

    npm i -g mcp-ornold-browser
    ornold-mcp --token YOUR_TOKEN --mode dom --linken-port 40080

    Or via npx:

    claude mcp add --transport stdio ornold-browser -- npx mcp-ornold-browser --token YOUR_TOKEN

    Get your token at mcp.ornold.com

    Features

    • Browser automation via CDP
    • Linken Sphere, Dolphin Anty, Wadex, Vision Browser integration
    • Captcha solving (reCAPTCHA, hCaptcha, PerimeterX)
    • Works with Claude Code, Cursor, VS Code, Windsurf, Cline, Codex

    Options

    Flag Description
    --token Your API token (required)
    --mode Interaction mode: dom, vision, or both (default: dom)
    --linken-port Linken Sphere API port
    --dolphin-port Dolphin Anty local port
    --dolphin-token Dolphin Anty cloud API token
    --wadex-port Wadex API port
    --vision-token Vision Browser cloud token
    --vision-port Vision Browser local port