Skip to content
Cursor

windows computer use mcp for Cursor

io.github.hiphopanda/windows-computer-use-mcp

Control Windows desktop via MCP: mouse, keyboard, screenshots, clipboard, and apps.

client:Cursor transport:stdio runtime:npm

Install windows computer use mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "windows-computer-use-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "windows-computer-use-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

windows computer use mcp in other clients