general MCP Server
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.
Discovered via unknown and last synced 3mo ago.
1. Install the package
uvx computer-control-mcp@latest
2. Add to claude_desktop_config.json
{
"mcpServers": {
"computer-control-mcp": {
"command": "npx",
"args": [
"computer-control-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Move mouse cursor to specified coordinates
Click at specified screen coordinates
Hold down a mouse button ('left', 'right', 'middle')
Release a mouse button ('left', 'right', 'middle')
Drag mouse from one position to another