computer-use-mcp

zavora-ai/computer-use-mcp
★ 6 stars Rust 🔌 API Integration Updated 4d ago
High Performance MCP server + client for Windows and macOS computer control built in Rust. Screenshot, mouse, keyboard, clipboard, and app management — all in-process via Rust NAPI.
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": {
    "computer-use-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "computer-use-mcp"
      ]
    }
  }
}