Skip to content
Zed

PilotGentic for Zed

com.pilotgentic/mcp-server

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

client:Zed transport:stdio runtime:npm

Install PilotGentic in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

PilotGentic in other clients