Notte MCP Server

官方

利用Notte Web AI代理与云端浏览器会话,实现可扩展的浏览器自动化与数据抓取工作流

文档

⚡️ 我们在速度、成本和可靠性方面优于其他网页代理 👉🏼 阅读更多关于 open-operator-evals 的内容

Notte Logo

Notte MCP 服务器

Notte MCP 服务器

用于代理生态系统中所有 Notte 工具的 MCP 服务器。

管理您的会话。运行代理。掌控一切:观察、抓取、操作、认证。


[模型上下文协议 (MCP)](https://modelcontextprotocol.io/introduction) 为连接 LLM 应用程序与外部工具和数据源提供了标准化协议。无论您是在开发 AI 驱动的 IDE、构建聊天界面,还是设计自定义 AI 工作流,它都能实现语言模型与其所需上下文之间的无缝集成。

可用工具

会话管理

工具描述
notte_start_session启动新的云端浏览器会话
notte_list_sessions列出所有活跃的浏览器会话
notte_stop_session停止当前会话

页面交互与抓取

工具描述
notte_observe观察当前页面上的元素和可用操作
notte_screenshot截取当前页面的屏幕截图
notte_scrape从当前页面提取结构化数据
notte_step在当前页面上执行操作

代理操作

工具描述
notte_operator运行 Notte 代理以在任何网站上完成任务

快速入门

  1. 安装所需依赖:
pip install notte-mcp
  1. 设置您的环境变量:
export NOTTE_API_KEY="your-api-key"
  1. 启动 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 ?

Cursor 示例: