open-compute (computer-use) for Cursor
io.github.lukisch/open-compute-mcp
Model-agnostic computer-use MCP: screenshot, safety-gated actions, Windows UIA targeting.
client:Cursor
transport:stdio
runtime:npm
Install open-compute (computer-use) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"open-compute-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"open-compute-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs