Skip to main content
Glama

Scrapybara MCP

by Scrapybara

Scrapybara的模型上下文协议 (MCP) 服务器。该服务器支持Claude DesktopCursorWindsurf等 MCP 客户端与虚拟 Ubuntu 桌面进行交互,并执行浏览网页、运行代码等操作。

先决条件

安装

  1. 克隆存储库:
git clone https://github.com/scrapybara/scrapybara-mcp.git cd scrapybara-mcp
  1. 安装依赖项:
pnpm install
  1. 构建项目:
pnpm build
  1. 将以下内容添加到您的 MCP 客户端配置中:
{ "mcpServers": { "scrapybara-mcp": { "command": "node", "args": ["path/to/scrapybara-mcp/dist/index.js"], "env": { "SCRAPYBARA_API_KEY": "<YOUR_SCRAPYBARA_API_KEY>", "ACT_MODEL": "<YOUR_ACT_MODEL>", // "anthropic" or "openai" "AUTH_STATE_ID": "<YOUR_AUTH_STATE_ID>" // Optional, for authenticating the browser } } } }
  1. 重新启动您的 MCP 客户端即可!

工具

  • start_instance - 启动一个 Scrapybara Ubuntu 实例。将其用作桌面沙盒,用于访问 Web 或运行代码。启动后始终向用户显示流 URL,以便他们实时观看实例。
  • get_instances - 获取所有正在运行的 Scrapybara 实例。
  • stop_instance - 停止正在运行的 Scrapybara 实例。
  • bash - 在 Scrapybara 实例中运行 bash 命令。
  • act - 通过代理对 Scrapybara 实例执行操作。代理可以使用鼠标/键盘和 bash 命令控制实例。

贡献

Scrapybara MCP 是一个社区驱动的项目。无论您是提交想法、修复拼写错误、添加新工具还是改进现有工具,我们都非常感谢您的贡献!

在贡献代码之前,请先阅读现有的问题和拉取请求,看看是否有人在做类似的事情。这样可以避免重复劳动。

如果您想看到更多工具或功能,请随时在问题页面上提出建议。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

模型上下文协议服务器使 AI 客户端能够与虚拟 Ubuntu 桌面交互,允许它们浏览网页、运行代码以及通过鼠标/键盘操作和 bash 命令控制实例。

  1. 安装
    1. 工具
      1. 贡献

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          A server that provides rich UI context and interaction capabilities to AI models, enabling deep understanding of user interfaces through visual analysis and precise interaction via Model Context Protocol.
          Last updated -
          51
          Python
          • Linux
          • Apple
        • -
          security
          F
          license
          -
          quality
          A comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.
          Last updated -
          16
          1
          TypeScript
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables Claude Desktop to browse the web, likely allowing the AI to access and interact with web content.
          Last updated -
          2
          13
          5
          JavaScript
          MIT License
          • Apple
        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol server that extends AI capabilities through tools for remote control, note-taking, email operations, and knowledge search.
          Last updated -
          Python

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/Scrapybara/scrapybara-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server