Skip to content
Cursor

desktop mcp for Cursor

io.github.jaimenbell/desktop-mcp

Windows desktop-control MCP server: screenshot, window mgmt, mouse/keyboard input, recording.

client:Cursor transport:stdio runtime:pypi

Install desktop mcp in Cursor

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

{
  "mcpServers": {
    "desktop-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "desktop-mcp"
      ]
    }
  }
}

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

desktop mcp in other clients