computer-use-mcp MCP Server
An MCP server that gives Claude full control over your computer, allowing screenshots, mouse clicks, and keyboard input to automate desktop tasks and execute workflows.
Get this MCP server
An MCP server that gives Claude full control over your computer, allowing screenshots, mouse clicks, and keyboard input to automate desktop tasks and execute workflows.
Installation
Manual .dxt Installation
1. Download computer-use-mcp-dxt from GitHub Actions
2. Rename .zip to .dxt
3. Double-click .dxt file
4. Click Install in Claude Desktop
NPX
npx -y computer-use-mcp
Configuration
Claude Desktop
{
"mcpServers": {
"computer-use": {
"command": "npx",
"args": [
"-y",
"computer-use-mcp"
]
}
}
}
Cursor
{
"mcpServers": {
"computer-use": {
"command": "npx",
"args": ["-y", "computer-use-mcp"]
}
}
}
Cline
{
"mcpServers": {
"computer-use": {
"type": "stdio",
"command": "npx",
"args": ["-y", "computer-use-mcp"]
}
}
}
Capabilities
- Full computer control similar to Anthropic's computer use
- Screen capture and visual analysis
- Mouse click and cursor movement automation
- Keyboard input and keyboard shortcut execution
- Integration with Rango browser extension for reliable website navigation
- High-resolution display support with scaling recommendations
Notes
⚠️ WARNING: Models often make mistakes and are vulnerable to prompt injection. This grants full computer control, so use with caution and consider running in an isolated user account. Best results are achieved with the Rango browser extension installed for keyboard navigation. Uses nut.js for computer interaction.