scrapybara-mcp
12
Scrapybara MCP is a server that supports Model Context Protocol, allowing clients to engage with Ubuntu desktops virtually. It facilitates actions like browsing and running code through various tools.
Scrapybara MCP
- Description: A Model Context Protocol server designed for Scrapybara. It allows MCP clients like Claude Desktop, Cursor, and Windsurf to interact with virtual Ubuntu desktops, enabling web browsing, code execution, and more.
- Prerequisites:
- Node.js 18+
- pnpm
- Scrapybara API key
- Installation:
- Clone the repository.
- Install dependencies.
- Build the project.
- Update your MCP client config with the server details.
- Restart your MCP client.
- Tools:
start_instance
: Start a virtual Ubuntu instance.get_instances
: Retrieve running instances.stop_instance
: Terminate an instance.bash
: Execute bash commands.act
: Control instance with mouse/keyboard actions.
- Contributing: Open to community contributions, including ideas, typo fixes, new tools, or improvements. Suggestions can be made on the issues page.