Control your computer with screenshots, mouse, and keyboard automation.
Runs locally over stdio
This server isn't hosted ā your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y computer-use-mcp
MCP client config
{
"mcpServers": {
"computer-use": {
"command": "npx",
"args": [
"-y",
"computer-use-mcp"
]
}
}
}Distributed as an MCP bundle (`https://github.com/domdomegg/computer-use-mcp/releases/download/v1.8.0/computer-use-mcp.mcpb`) ā download it and import the bundle in your MCP client.