Skip to main content
Glama

Scrapybara MCP

by Scrapybara

Scrapybara用のモデルコンテキストプロトコルサーバー。このサーバーにより、Claude DesktopCursorWindsurfなどのMCPクライアントは仮想Ubuntuデスクトップと対話し、Webの閲覧、コードの実行などのアクションを実行できるようになります。

前提条件

  • Node.js 18歳以上
  • pnpm
  • Scrapybara API キー ( scrapybara.comで取得)

インストール

  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はコミュニティ主導のプロジェクトです。アイデアの提出、タイプミスの修正、新しいツールの追加、既存ツールの改良など、皆様の貢献を心よりお待ちしております。

貢献する前に、既存の問題とプルリクエストをよく読んで、誰かが既に同様の作業に取り組んでいるかどうかを確認してください。そうすることで、作業の重複を避けることができます。

他にも欲しいツールや機能がある場合は、問題ページでお気軽に提案してください。

You must be authenticated.

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 デスクトップと対話し、Web を閲覧したり、コードを実行したり、マウス/キーボード操作や bash コマンドを通じてインスタンスを制御できるようにするモデル コンテキスト プロトコル サーバー。

  1. インストール
    1. ツール
      1. 貢献

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that allows secure execution of pre-approved commands, enabling AI assistants to safely interact with the user's system.
          Last updated -
          1
          3
          18
          JavaScript
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that connects Claude and other AI assistants to your Notion workspace, allowing AIs to interact with databases, pages, and blocks.
          Last updated -
          12
          64
          10
          JavaScript
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables AI agents to interact with ClickUp workspaces, allowing task creation, management, and workspace organization through natural language commands.
          Last updated -
          343
          MIT License
        • -
          security
          F
          license
          -
          quality
          A server that enables AI systems to browse, retrieve content from, and interact with web pages through the Model Context Protocol.
          Last updated -

        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