LogoSTMCP
Download
computer-control-mcp

Computer Control MCP

MCP server providing computer control capabilities including mouse, keyboard, OCR, and screen management using PyAutoGUI and RapidOCR with zero external dependencies.

Tools

1. click_screen

Click at specified screen coordinates.

2. move_mouse

Move mouse cursor to specified coordinates.

3. drag_mouse

Drag mouse from one position to another.

4. type_text

Type the specified text at current cursor position.

5. press_key

Press a specified keyboard key.

6. take_screenshot

Capture screen or window with optional OCR.

7. get_screen_size

Get current screen resolution.

8. list_windows

List all open windows.

9. activate_window

Bring specified window to foreground.

Open Graph image for Computer Control MCP

JSON Config

{
  "mcpServers": {
    "computer-control-mcp": {
      "command": "uvx",
      "args": ["computer-control-mcp@latest"]
    }
  }
}

Useful Links

Information

  • Author@AB498
  • Published date2025/09/16