Notte MCP Server
官方利用Notte Web AI代理与云端浏览器会话,实现可扩展的浏览器自动化与数据抓取工作流
文档
⚡️ 我们在速度、成本和可靠性方面优于其他网页代理 👉🏼 阅读更多关于 open-operator-evals 的内容
Notte MCP 服务器
Notte MCP 服务器
用于代理生态系统中所有 Notte 工具的 MCP 服务器。
管理您的会话。运行代理。掌控一切:观察、抓取、操作、认证。
可用工具
会话管理
| 工具 | 描述 |
|---|---|
notte_start_session | 启动新的云端浏览器会话 |
notte_list_sessions | 列出所有活跃的浏览器会话 |
notte_stop_session | 停止当前会话 |
页面交互与抓取
| 工具 | 描述 |
|---|---|
notte_observe | 观察当前页面上的元素和可用操作 |
notte_screenshot | 截取当前页面的屏幕截图 |
notte_scrape | 从当前页面提取结构化数据 |
notte_step | 在当前页面上执行操作 |
代理操作
| 工具 | 描述 |
|---|---|
notte_operator | 运行 Notte 代理以在任何网站上完成任务 |
快速入门
- 安装所需依赖:
pip install notte-mcp
- 设置您的环境变量:
export NOTTE_API_KEY="your-api-key"
- 启动 MCP 服务器:
python -m notte_mcp.server
注意:您也可以使用
uv run mcp dev packages/notte-mcp/src/notte_mcp/server.py --with-editable .在本地启动开发服务器
要在 Cursor 或 Claude Computer Use 中使用 MCP,您可以使用以下 JSON:
查看
$HOME/Library/Application Support/Claude/claude_desktop_config.json文件以了解已安装的 MCP 服务器。 注意,您可能需要使用npx mcp-remote安装 mcp-remote 包
{
"notte-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8001/sse"
],
"env": {
"NOTTE_API_KEY": "<your-notte-api-key>"
}
}
}
Claude Desktop 示例:
> Can you look for the price of airforce 1 on the nike website (men's section) ? Please show me the browser visualizer so that I can track the progress live
> Can ou check out if I have any notte session active at the moment ?