Skip to content
Zed

roundcut mcp for Zed

io.github.araluma/roundcut-mcp

Local image tools: circle crop, crop, resize, compress, convert JPG/PNG/WebP/AVIF. By RoundCut.

client:Zed transport:stdio runtime:npm

Install roundcut mcp in Zed

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

{
  "context_servers": {
    "roundcut-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "roundcut-mcp"
      ]
    }
  }
}

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

roundcut mcp in other clients