Computer Control MCP
@AB498
关于 Computer Control MCP
MCP server that provides computer control capabilities, like mouse, keyboard, OCR, etc. using PyAutoGUI, RapidOCR, ONNXRuntime. Similar to 'computer-use' by Anthropic. With Zero External Dependencies.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"computer-control-mcp": {
"command": "uvx",
"args": [
"computer-control-mcp@latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Computer Control MCP?
An MCP server that provides computer control capabilities like mouse, keyboard, and OCR via PyAutoGUI, RapidOCR, and ONNXRuntime. It is similar to Anthropic’s “computer-use” and advertises zero external dependencies.
How to use Computer Control MCP?
Install with uvx computer-control-mcp@latest (first run downloads ~70 MB of Python dependencies) or via pip install computer-control-mcp. Configure the server in your MCP client’s settings under mcpServers and then invoke its tools through the client.
Key features of Computer Control MCP
- Control mouse movements and clicks
- Type text at the current cursor position
- Take screenshots with optional GPU‑accelerated capture (Windows only)
- Extract text from screenshots using OCR
- List and activate open windows
- Press keyboard keys and key combinations
- Drag and drop operations
- Configurable screenshot save directory and automatic WGC patterns
Use cases of Computer Control
生产力 分类下的更多 MCP 服务器
Todo List MCP Server
RegiByteAn MCP server for managing todos within LLMs, created for educational purposes
MCP SAP GUI Server
mario-andreschakMCP server that allows simple SAP GUI interaction for LLM models using simulated mouse clicks and keyboard input.
Todoist MCP Server
abhiz123MCP server for Todoist integration enabling natural language task management with Claude
MCPControl
CheffromspaceMCP server for Windows OS automation
MCP Google Calendar Server
markelaugust74A Model Context Protocol (MCP) server implementation for Google Calendar integration. Create and manage calendar events directly through Claude or other AI assistants.
评论