Skip to content
VS Code

EXTRA - Native Computer Use for VS Code

io.github.aiyantra/extra

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

client:VS Code transport:stdio runtime:pypi

Install EXTRA - Native Computer Use in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

EXTRA - Native Computer Use in other clients