Productivity|Development|AI / ML|UtilitiesTypeScript

MCPControl

Windows control server for programmatic control over system operations.

Free
N/A rating (0 reviews)0 installs309 GitHub stars
WindowsAutomationControl

MCPControl bridges the gap between AI models and your desktop, enabling secure, programmatic control of mouse movements, keyboard input, window management, screen capture, and clipboard operations. This project currently supports Windows only.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcpcontrol": {
      "args": [
        "-y",
        "mcp-control"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.