Computer Use for Cursor
io.github.domdomegg/computer-use-mcp
Control your computer with screenshots, mouse, and keyboard automation.
client:Cursor
transport:stdio
runtime:npm
Install Computer Use in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"computer-use-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"computer-use-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs