total-pc-control
1
Total PC Control is a Model Context Protocol server offering comprehensive automation of screen, mouse, keyboard, and window operations on a computer. It provides tools for capturing screens, controlling input devices, and managing applications, powered by the nut.js library.
Total PC Control
An MCP (Model Context Protocol) server that enables comprehensive control over your computer, including screen capture, mouse, keyboard, window management, and clipboard access. Users must acknowledge the risks involved with giving AI models direct computer control. Features include:
- Screen Capture: Capture screenshots.
- Mouse Control: Move the cursor, click, and scroll.
- Keyboard Input: Type and use shortcuts.
- Window Management: Focus and manage windows.
- Clipboard Access: Copy and paste text.
Prerequisites
- Node.js 16 or higher
- npm or yarn
- cmake-js
Installation
Clone the repository, install cmake-js, build native dependencies, and run npm install
and npm run build
.