7 months ago
Control virtual computers through the Model Context Protocol (MCP).
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"
}
}
}
}