Skip to main content
Glama

Scrapybara MCP

by Scrapybara

A Model Context Protocol server for Scrapybara. This server enables MCP clients such as Claude Desktop, Cursor, and Windsurf to interact with virtual Ubuntu desktops and take actions such as browsing the web, running code, and more.

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/scrapybara/scrapybara-mcp.git cd scrapybara-mcp
  1. Install dependencies:
pnpm install
  1. Build the project:
pnpm build
  1. Add the following to your MCP client config:
{ "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. Restart your MCP client and you're good to go!

Tools

  • start_instance - Start a Scrapybara Ubuntu instance. Use it as a desktop sandbox to access the web or run code. Always present the stream URL to the user afterwards so they can watch the instance in real time.
  • get_instances - Get all running Scrapybara instances.
  • stop_instance - Stop a running Scrapybara instance.
  • bash - Run a bash command in a Scrapybara instance.
  • act - Take action on a Scrapybara instance through an agent. The agent can control the instance with mouse/keyboard and bash commands.

Contributing

Scrapybara MCP is a community-driven project. Whether you're submitting an idea, fixing a typo, adding a new tool, or improving an existing one, your contributions are greatly appreciated!

Before contributing, read through the existing issues and pull requests to see if someone else is already working on something similar. That way you can avoid duplicating efforts.

If there are more tools or features you'd like to see, feel free to suggest them on the issues page.

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.

A Model Context Protocol server that enables AI clients to interact with virtual Ubuntu desktops, allowing them to browse the web, run code, and control instances through mouse/keyboard actions and bash commands.

  1. Installation
    1. Tools
      1. Contributing

        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 -
          53
          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 -
          6
          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
          11
          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