Skip to content
VS Code

PilotGentic for VS Code

com.pilotgentic/mcp-server

macOS desktop control for Claude: click, type, screenshot, AX tree, browser control, agentic loops.

client:VS Code transport:stdio runtime:npm

Install PilotGentic in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pilotgentic/mcp-server"
      ]
    }
  }
}

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

PilotGentic in other clients