computer-use-mcp
Control your computer with screenshots, mouse, and keyboard automation.
The computer-use-mcp server provides a simple way for AI models, like Claude, to interact with and control your computer. It is designed to be easy to set up and use locally, making it accessible for users who want to experiment with AI capabilities in a personal environment. However, users should exercise caution, as the models can make mistakes and are susceptible to prompt injections, which could lead to unintended consequences. Given that this server grants complete control over your computer, it is essential to supervise its usage closely. It is recommended to run this in a sandboxed user account to mitigate potential risks. The server can change settings, manage files, and perform various tasks, effectively acting as an intermediary between the user and the AI model's capabilities.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"computer-use-mcp": {
"args": [
"-y",
"computer-use-mcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions