Total PC Control
@jasondsmith72
Total PC Control について
Total PC Control MCP server - v2 with fixes and compression
設定
以下の設定を使って、このサーバーを 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 nut.js. It is designed for users who want to enable AI models (via MCP-compatible clients like Claude for Desktop) to perform direct computer interactions such as screen capture, mouse movement, typing, window management, and clipboard operations.
How to use Total PC Control?
After cloning the repository, install cmake-js globally, build the libnut core library, then install dependencies and build the project. Configure your MCP client (e.g., Claude for Desktop) by editing its configuration file to point to the built build/index.js file and restart the client. The hammer icon in Claude indicates available tools.
Key features of Total PC Control
- Screen capture of full screen or specific regions
- Mouse control: move, click, double-click, scroll, and drag
- Keyboard input: type text, press keys, and use shortcuts
- Window management: find, focus, and manipulate windows
- Clipboard access: read and write text and images
- UI Automation tools for Windows (via PowerShell)
Use cases of Total PC Control
- Automate repetitive desktop tasks through AI assistance
- Enable AI to navigate and interact with application UIs
- Perform remote or automated testing of GUI elements
- Copy/paste data between applications programmatically
FAQ from Total PC Control
What are the prerequisites for using Total PC Control?
Node.js 16 or higher, npm or yarn, and cmake-js (installed globally) are required. Additionally, the libnut core library must be built locally.
Is Total PC Control safe to use?
The README explicitly warns that giving AI models direct control over your computer can lead to unintended consequences. The software controls your mouse, keyboard, and system functions, and you use it entirely at your own risk; the creators accept no responsibility for any damage or data loss.
Which platforms are supported?
The server relies on nut.js, which supports Windows, macOS, and Linux. Additionally, the UI Automation tools (get_ui_element_info, invoke_ui_element_action) work on Windows only.
How do I integrate Total PC Control with Claude for Desktop?
Edit the Claude for Desktop configuration file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json; Windows: %APPDATA%\Claude\claude_desktop_config.json) and add an entry for "total-pc-control" pointing to the absolute path of build/index.js. Restart Claude for Desktop.
What tools are available in Total PC Control?
Tools are grouped into Screen Capture, Mouse Control, Keyboard Input, Clipboard Operations, and UI Automation. Examples include capture_screen, move_mouse, type_text, set_clipboard_text, and get_ui_element_info. Full tool lists with parameters are in the README.
よくある質問
What are the prerequisites for using Total PC Control?
Node.js 16 or higher, npm or yarn, and cmake-js (installed globally) are required. Additionally, the libnut core library must be built locally.
Is Total PC Control safe to use?
The README explicitly warns that giving AI models direct control over your computer can lead to unintended consequences. The software controls your mouse, keyboard, and system functions, and you use it entirely at your own risk; the creators accept no responsibility for any damage or data loss.
Which platforms are supported?
The server relies on nut.js, which supports Windows, macOS, and Linux. Additionally, the UI Automation tools (get_ui_element_info, invoke_ui_element_action) work on Windows only.
How do I integrate Total PC Control with Claude for Desktop?
Edit the Claude for Desktop configuration file (macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`; Windows: `%APPDATA%\Claude\claude_desktop_config.json`) and add an entry for "total-pc-control" pointing to the absolute path of `build/index.js`. Restart Claude for Desktop.
What tools are available in Total PC Control?
Tools are grouped into Screen Capture, Mouse Control, Keyboard Input, Clipboard Operations, and UI Automation. Examples include `capture_screen`, `move_mouse`, `type_text`, `set_clipboard_text`, and `get_ui_element_info`. Full tool lists with parameters are in the README.
基本情報
「その他」の他のコンテンツ
Nginx UI
0xJackyYet another WebUI for Nginx
Codelf
unbugA search tool helps dev to solve the naming things problem.
ghidraMCP
LaurieWiredMCP Server for Ghidra
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント