Scrapybara MCP 
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
- Node.js 18+
- pnpm
- Scrapybara API key (get one at scrapybara.com)
Installation
- Clone the repository:
git clone https://github.com/scrapybara/scrapybara-mcp.git
cd scrapybara-mcp
- Install dependencies:
pnpm install
- Build the project:
pnpm build
- 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
}
}
}
}
- 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.
Scrapybara MCP
Project Details
- Scrapybara/scrapybara-mcp
- MIT License
- Last Updated: 4/4/2025
Recomended MCP Servers
A Model Context Protocol (MCP) server for the POX SDN controller
An MCP server that provides access to Postman.
Static Code Analysis and Visualization. Convert Code to UML and Flow Diagram and explain by AI.
A Model Context Protocol (MCP) server that provides basic mathematical and statistical functions to Large Language Models (LLMs)....
This is an MCP server that allows you to directly download transcripts of YouTube videos.
A TypeScript implementation of a Model Context Protocol (MCP) server that integrates with PiAPI's API. PiAPI makes user...
Dart AI Model Context Protocol (MCP) server
MCP Server for Windsurf
Okta MCP Server
MCP server for fetch web page content using Playwright headless browser.





