Token导航 LogoToken导航TokenDH.com
Notte MCP logo
浏览器工具stdio官方级别未说明来源级核验

Notte MCP

MCP Server

Notte MCP Server是一个用于管理浏览器会话、运行代理并执行页面交互和抓取的工具,适用于自动化网页操作和数据提取场景。

工具数

0

提示词数

0

GitHub Stars

1,958

资源数

0
浏览器自动化PythonClaude会话管理Claude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

nottelabs

提供方

nottelabs

最后核验

2026/5/17 20:19

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

pip install notte-mcp

详细介绍

⚡️ 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代理以完成任务

入门指南

  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 .

要在游标或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 ?

光标示例:

目录标签

目录标签

浏览器自动化PythonClaude会话管理本地部署页面抓取代理运行

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

session

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiosession部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP