Skip to content
Claude Desktop

Image Tools - Background Removal, Upscaling & Face Restoration for Claude Desktop

io.github.fasuizu-br/image-tools

Background removal, 4x upscaling, and face restoration via GPU

client:Claude Desktop transport:streamable-http tools:4

Install Image Tools - Background Removal, Upscaling & Face Restoration in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "image-tools": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://apim-ai-apis.azure-api.net/mcp/image/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

Image Tools - Background Removal, Upscaling & Face Restoration in other clients