Description

Enables complete computer control through screenshots, mouse movements, keyboard input, and clicking. Runs locally using nut.js library to interact with your computer's input/output devices. Provides a local alternative to Anthropic's official computer use feature with support for multiple clients including Claude Desktop, Cursor, and Cline.

Installation

git clone https://github.com/domdomegg/computer-use-mcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "computer-use": {
      "command": "node",
      "args": [
        "path/to/server.js"
      ]
    }
  }
}