Back to Browse

Computer Use MCP Server

Developer ToolsUse Caution3.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Lets Claude drive your REAL mouse, keyboard & screen — works in your own logged-in apps.

About

Lets Claude drive your REAL mouse, keyboard & screen — works in your own logged-in apps.

Security Report

3.8
Use Caution3.8High Risk

This MCP server provides autonomous desktop control with comprehensive safety mechanisms in place. The code is well-structured with proper input validation and no malicious patterns detected. However, the inherent nature of full OS control (mouse, keyboard, screen access) combined with lack of authentication represents a significant trust boundary risk — the server operates at user privilege level without any credential-based access control. Users must explicitly trust that Claude will use these capabilities responsibly, as there are no cryptographic or authorization barriers preventing misuse once the server is activated. Supply chain analysis found 8 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

7 files analyzed · 17 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

clipboard

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

1280Optional

Environment variable: COMPUTER_USE_MAX_DIM

1Optional

Environment variable: COMPUTER_USE_MONITOR

pngOptional

Environment variable: COMPUTER_USE_IMAGE_FORMAT

0.15Optional

Environment variable: COMPUTER_USE_PAUSE

ctrl+alt+qOptional

Environment variable: COMPUTER_USE_PANIC_HOTKEY

1Optional

Environment variable: COMPUTER_USE_OVERLAY

0.4Optional

Environment variable: COMPUTER_USE_MOVE_DURATION

30Optional

Environment variable: COMPUTER_USE_IDLE_STOP

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-kanishka089-realhands": {
      "env": {
        "COMPUTER_USE_PAUSE": "your-computer-use-pause-here",
        "COMPUTER_USE_MAX_DIM": "your-computer-use-max-dim-here",
        "COMPUTER_USE_MONITOR": "your-computer-use-monitor-here",
        "COMPUTER_USE_OVERLAY": "your-computer-use-overlay-here",
        "COMPUTER_USE_IDLE_STOP": "your-computer-use-idle-stop-here",
        "COMPUTER_USE_IMAGE_FORMAT": "your-computer-use-image-format-here",
        "COMPUTER_USE_PANIC_HOTKEY": "your-computer-use-panic-hotkey-here",
        "COMPUTER_USE_MOVE_DURATION": "your-computer-use-move-duration-here"
      },
      "args": [
        "realhands"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!