Skip to content
Cursor

roundcut mcp for Cursor

io.github.araluma/roundcut-mcp

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

client:Cursor transport:stdio runtime:npm

Install roundcut mcp in Cursor

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

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

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

roundcut mcp in other clients