MCP 浏览器使用
使用此 MCP 可以实现什么
该项目旨在使 AI 代理能够使用模型上下文协议 (MCP) 和 Selenium 执行网络使用、浏览器自动化、抓取和自动化。
我们的使命是让人工智能代理在最少的人工监督下完成任何网络任务——所有这些都基于自然语言指令。
如何使用此 MCP
请参阅modelcontextprotocol.io 上的 MCP 文档。
请注意,您需要在 MCP 配置文件指向的 Python 环境中安装所有依赖项。例如,如果您指向python
或python3
可执行文件,则指向全局 Python 环境。通常,最好指向虚拟环境,例如:
如果您已将此存储库克隆到本地code
文件夹,则您的 MCP 配置文件应如下所示:
它将在这里(在 macOS 中): /Users/janspoerer/Library/Application Support/Claude/claude_desktop_config.json
。
请参阅requirements.txt
来了解您需要安装哪些依赖项。
重启 Claude 来检查 JSON 配置是否有效。如果出现问题,Claude 会将 MCP 的错误日志发送给你。
如果设置成功,您将在 Claude 的“新聊天”窗口右下角看到一个小锤子图标。锤子旁边显示的是 MCP 提供的功能数量。
点击锤子可以看到类似这样的内容:
演示视频(YouTube)
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
使用自然语言指令和 Selenium,使 AI 代理能够在最少的监督下执行网页浏览、自动化和抓取任务。
Related MCP Servers
- AsecurityFlicenseAqualityEnables AI agents to interact with web browsers using natural language, featuring automated browsing, form filling, vision-based element detection, and structured JSON responses for systematic browser control.Last updated -150Python
- -securityFlicense-qualityEnables AI agents to control web browsers via a standardized interface for operations like launching, interacting with, and closing browsers.Last updated -0JavaScript
- AsecurityAlicenseAqualityAllows AI agents to control web browser sessions via Selenium WebDriver, enabling web automation tasks like scraping, testing, and form filling through the Model Context Protocol.Last updated -6173TypeScriptMIT License
- -securityFlicense-qualityEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.Last updated -TypeScript