Ornold
应用场景

Cursor + Ornold

在 Cursor 中构建并测试浏览器自动化,然后通过 Ornold 扩展到更多配置文件。
开始使用
Cursor + Ornold MCP

一个提示词完成安装

打开 Cursor 聊天窗口,粘贴此提示词,将 YOUR_TOKEN 替换为 mcp.ornold.com 上的令牌,然后发送。Cursor 会处理其余部分。
Install Ornold MCP for Cursor — 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 Cursor 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.

为什么用 Cursor 进行指纹浏览器自动化?

Cursor 把代码、浏览器反馈和 MCP 操作放在一个工作区里。当你需要调试真实的指纹浏览器配置文件时,这会显著加快迭代速度。

核心功能

IDE 内闭环

在同一个编辑器里写代码、跑工具、看浏览器输出。

更快调试

利用实时页面状态和截图快速修正脚本。

分组视觉分析

从所有会话截图,批量分析,并按视觉状态对浏览器进行分组。

实际应用场景

工作流开发

先在单个配置文件上迭代,稳定后再扩展到整个批次。
挂载活跃的指纹浏览器配置文件
先对单个浏览器运行
检查结果并调整脚本
扩展到完整批次

API + 浏览器任务

在同一次运行中结合外部数据源与浏览器动作。
从 API 获取源数据
转换为按配置文件的载荷数据
在多浏览器中填写表单
把结果回传到后端

常见问题

Cursor 如何连接 Ornold?添加下方的 MCP 配置,运行 `npx ornold-mcp`,并通过 CDP 连接你的指纹浏览器配置文件。之后 Cursor 就可以直接调用 Ornold 工具。
Cursor 与 Ornold 搭配时最适合什么场景?Cursor 把代码、浏览器反馈和 MCP 操作放在一个工作区里。当你需要调试真实的指纹浏览器配置文件时,这会显著加快迭代速度。
Cursor 可以并行运行多个指纹浏览器配置文件吗?可以。Cursor 负责规划和控制,Ornold 负责在多个已连接的浏览器配置文件上并行执行动作,并提供共享上下文与恢复能力。
CodexWindsurf
同样兼容