mcp-computer-use

anaisbetts/mcp-computer-use
★ 12 stars Rust 🤖 AI/LLM Updated 2d ago
An MCP server that implements OpenAI CUA for Desktop
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-computer-use": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-computer-use"
      ]
    }
  }
}