Total PC Control
@jasondsmith72
关于 Total PC Control
An MCP server that provides control over screen, mouse, and keyboard using nut.js
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"total-pc-control": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/total-pc-control/build/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Total PC Control?
Total PC Control is an MCP (Model Context Protocol) server that provides programmatic control over your screen, mouse, and keyboard using the nut.js library. It is designed for use with AI models, such as Claude for Desktop, enabling them to capture screenshots, move the cursor, type text, manage windows, and interact with the clipboard.
How to use Total PC Control?
Installation requires Node.js 16+, npm or yarn, and cmake-js installed globally. Clone the repository, build the libnut core library from source, then run npm install and npm run build. For Claude for Desktop, edit the claude_desktop_config.json file to add an MCP server entry with "command": "node" and "args" pointing to the absolute path of build/index.js. Restart Claude for Desktop and confirm the hammer icon appears.
Key features of Total PC Control
- Screen capture: capture full screen or a specific region
- Mouse control: move, click, double-click, right-click, and scroll
- Keyboard input: type text, press keys, hold and release keys
- Window management: find, focus, and get the active window
- Clipboard operations: copy and paste text
Use cases of Total PC Control
- AI agents performing automated desktop tasks like moving files or filling forms
- Testing and debugging applications by simulating mouse and keyboard input
- Automating repetitive workflows such as data entry or UI interactions
- Capturing screen content for analysis or documentation by AI models
FAQ from Total PC Control
Is using Total PC Control safe?
No, the software warns that giving AI models direct control over your computer can lead to unintended consequences. You use it entirely at your own risk, and the creators accept no responsibility for damage or data loss.
What are the system requirements?
Node.js 16 or higher, npm or yarn, and cmake-js (installed globally) are required. The libnut core library must be built from source during installation.
What dependencies does Total PC Control rely on?
It depends on the nut.js library for cross-platform mouse, keyboard, and screen operations, which in turn requires the libnut native core library.
How do I configure Total PC Control with Claude for Desktop?
Edit the Claude for Desktop configuration file (claude_desktop_config.json on macOS or Windows) to add an mcpServers entry with "command": "node" and "args" set to the absolute path of the built index.js file, then restart Claude for Desktop.
What tools does Total PC Control provide?
It offers tools for screen capture (capture_screen, capture_region), mouse control (move_mouse, click_mouse, double_click, right_click, scroll_mouse), keyboard input (type_text, press_key, hold_key, release_key), window management (find_window, focus_window, get_active_window), and clipboard operations (copy_to_clipboard, paste_from_clipboard).
生产力 分类下的更多 MCP 服务器
Todo List MCP Server
RegiByteAn MCP server for managing todos within LLMs, created for educational purposes
AppleScript MCP Server (Dual access: python and node.js)
peakmojoMCP server that execute applescript giving you full control of your Mac
🚀 TaskMaster: Todoist MCP for Cursor AI
mingolladanieleA lightweight Model Context Protocol (MCP) server that enables natural language interaction with your Todoist tasks directly from your IDE. Built with simplicity and maintainability in mind.
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
评论