Computer Control MCP
@AB498
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"computer-control-mcp": {
"command": "uvx",
"args": [
"computer-control-mcp@latest"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
More Productivity MCP servers
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
Task Manager MCP Server
tradesdontlieA task management MCP server that provides comprehensive project and task tracking capabilities
Outlook Calendar MCP Tool
merajmehrabiA Model Context Protocol (MCP) server that allows Claude to access and manage your local Microsfot Outlook calendar (Windows only).
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.
Swift MCP GUI Server
NakaokaReiMCP server that can execute commands such as keyboard input and mouse movement on macOS
Comments