Allows control of Firefox browser through virtual computing environment, as demonstrated in the example where Claude can open Firefox and navigate to websites.
Enables navigation to Google's website through the virtual computer environment, as shown in the example where Claude is instructed to open Firefox and go to google.com.
Used for data validation and settings management in the MCP server implementation.
The programming language used to build and run the MCP server.
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
2. Get API Keys
- Orgo API Key: Sign up at orgo.ai
- Anthropic API Key: Get from console.anthropic.com
3. Run Server
Server runs on http://127.0.0.1:9000
Test Client
Available Tools
Tool | Description |
---|---|
initialize_computer | Start virtual computer |
get_screenshot | Take screen capture |
left_click , right_click , double_click | Mouse actions |
scroll | Scroll up/down |
type_text , press_key | Keyboard input |
wait | Wait for specified seconds |
execute_bash | Run terminal commands |
restart_computer , shutdown_computer | Computer lifecycle |
get_status , list_sessions | Status and session management |
prompt | Claude AI Computer Use |
Claude AI Computer Use Example
Requirements
- Python 3.8+
- Orgo API key
- Anthropic API key (for Claude CUA)
Related MCP Servers
- TypeScript
- PythonMIT License
- Go
- PythonApache 2.0