7 months ago
Control virtual computers through the Model Context Protocol (MCP).
Overview
what is Computer Use MCP?
Computer Use MCP is a server that allows users to control virtual computers through the Model Context Protocol (MCP), enabling the creation of cloud desktop environments for Computer Use Agents (CUA).
how to use Computer Use MCP?
To use Computer Use MCP, install the necessary dependencies, obtain API keys from Orgo and Anthropic, and run the server. You can then interact with the server using a test client to perform various actions on the virtual computer.
key features of Computer Use MCP?
- Control virtual computers via API calls
- Perform mouse and keyboard actions programmatically
- Take screenshots and manage computer lifecycle
- Integrate with Claude AI for advanced computer use
use cases of Computer Use MCP?
- Automating tasks on virtual desktops
- Running tests on cloud-based applications
- Providing remote assistance through virtual environments
FAQ from Computer Use MCP?
- What programming language is required?
Python 3.8 or higher is required to run the server and client.
- Do I need API keys?
Yes, you need to sign up for Orgo and Anthropic to obtain the necessary API keys.
- Can I run this on my local machine?
Yes, the server can be run locally on your machine.
Server Config
{
"mcpServers": {
"computer-use-mcp": {
"command": "python",
"args": [
"computer_mcp_server.py"
],
"env": {
"ORGO_API_KEY": "your_orgo_key_here",
"ANTHROPIC_API_KEY": "your_anthropic_key_here"
}
}
}
}