mcp-computer-use

anaisbetts/mcp-computer-use
★ 12 stars Rust AI/LLM Updated 3mo ago ✓ Clean
An MCP server that implements OpenAI CUA for Desktop
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}