⚡️ we outperform other web agents in speed, costs and reliability 👉🏼 read more on open-operator-evals
夜间 MCP 服务器
Notte MCP Server
MCP server for all Notte tools in the agentic ecosystem.
Manage your sessions. Run agents. Take control: observe, scrape, act, authenticate.
The Model Context Protocol (MCP) provides a standardized protocol for connecting LLM applications with external tools and data sources. It enables seamless integration between language models and the context they need, whether you're developing an AI-powered IDE, building a chat interface, or designing custom AI workflows.
可用工具
会话管理
| 工具 | 说明 |
|---|---|
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 .要在游标或claude计算机中使用MCP,可以使用以下json:
看看$HOME/Library/Application Support/Claude/claude_desktop_config.json文件以查看已安装的MCP服务器。 注意:您可能需要使用以下命令安装mcp-remote软件包npx mcp-remote
{
"notte-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8001/sse"
],
"env": {
"NOTTE_API_KEY": ""
}
}
}Claude桌面示例:
> 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 ?