Skip to content
Cursor

EXTRA - Native Computer Use for Cursor

io.github.aiyantra/extra

Flashless macOS & Windows native computer-use engine for AI vision, mouse & keyboard automation

client:Cursor transport:stdio runtime:pypi

Install EXTRA - Native Computer Use in Cursor

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

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

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

EXTRA - Native Computer Use in other clients