computer-use-mcp
0
The Computer Use MCP Server allows users to control virtual computers through the Model Context Protocol, providing tools for Computer Use Agents. It is built using FastMCP and Orgo, enabling cloud desktop environments.
Computer Use MCP Server 🖥️
Control virtual computers through the Model Context Protocol (MCP). Built with FastMCP and Orgo. Spin up cloud desktop environments for Computer Use Agents (CUA).
Quick Start
1. Install Dependencies:
- Create a virtual environment and install packages
fastmcp
,pydantic
, andorgo
.
2. Get API Keys:
- Orgo API Key: Sign up at orgo.ai
- Anthropic API Key: Obtain from console.anthropic.com
3. Run Server:
- Set environment variables for Orgo and Anthropic API Keys
- Start the server, which runs on
http://127.0.0.1:9000
Available Tools
initialize_computer
: Start virtual computerget_screenshot
: Take screen capture- Mouse actions:
left_click
,right_click
,double_click
scroll
: Scroll up/down- Keyboard input:
type_text
,press_key
- Lifecycle management:
restart_computer
,shutdown_computer
- Status management:
get_status
,list_sessions
execute_bash
: Run terminal commandsprompt
: Claude AI Computer Use
Requirements
- Python 3.8+
- Orgo and Anthropic API keys