Skip to content
Gemini CLI

plonk for Gemini CLI

io.github.ostapondo/plonk

Plonk gives agents local macOS tools for windows, workspaces, screenshots, OCR, and more.

client:Gemini CLI transport:stdio runtime:npm

Install plonk in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "plonk": {
      "command": "npx",
      "args": [
        "-y",
        "plonk-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

plonk in other clients