Skip to content
Cursor

plonk for Cursor

io.github.ostapondo/plonk

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

client:Cursor transport:stdio runtime:npm

Install plonk in Cursor

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

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

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

plonk in other clients