Skip to content
VS Code

roundcut mcp for VS Code

io.github.araluma/roundcut-mcp

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

client:VS Code transport:stdio runtime:npm

Install roundcut mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "roundcut-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "roundcut-mcp"
      ]
    }
  }
}

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

roundcut mcp in other clients