PixelMagicpixelmagic

Integrations & plugins

Use PixelMagic wherever you work — design tools, the command line, automation platforms, and your own code.

Available

Figma

Generate, edit, upscale or remove backgrounds — right on your canvas.

Plugins → Development → Import from manifest → figma-plugin/manifest.jsonGet your API key →
Beta

Photoshop

UXP panel: generate, edit, upscale or remove the background of the active layer.

Load via UXP Developer Tool → plugins/photoshop/manifest.jsonGet your API key →
Beta

GIMP

Python-Fu: Filters → PixelMagic → Generate / Edit / Upscale / Remove Background.

Drop pixelmagic.py into your GIMP plug-ins folder, restart GIMPGet your API key →
Beta

Sketch

Generate, edit, upscale or remove backgrounds on the selected layer.

Double-click the .sketchplugin, or load the Sketch plugin folderGet your API key →
Beta

PowerPoint

Office add-in: generate, edit, upscale or clean the background of slide pictures.

Sideload the PowerPoint add-in manifest.xmlGet your API key →
Available

Command line

Generate, edit, upscale or batch a whole folder from your terminal.

npx @pixelmagic/cli generate "a red fox" -o fox.pngGet your API key →
Beta

Zapier

Generate, Edit, Upscale and Remove Background actions — wire them into thousands of apps.

Add the PixelMagic app in Zapier, connect with your API keyGet your API key →
Beta

Make

Generate, Edit, Upscale and Remove modules for Make (Integromat) scenarios.

Add the PixelMagic modules to a Make scenario with your API keyGet your API key →
Beta

Shopify

Bulk generate, upscale, edit or clean product image backgrounds via the Admin API.

Connect your store and run it from the PixelMagic appGet your API key →
Available

API + MCP

REST API and an MCP server so agents (Claude, Cursor) can call PixelMagic.

uvx pixelmagic-mcp · 10 tools incl. generate, edit, layers, remove_objectRead the docs →

Connect via MCP

Give Claude Desktop, Cursor or any MCP client the full toolkit — no clone, no build.

  1. STEP 1

    Create an API key in your dashboard (shown once).

  2. STEP 2

    Add the block below to your client's MCP config, with your key.

  3. STEP 3

    Restart the client — the PixelMagic tools appear automatically.

{
  "mcpServers": {
    "pixelmagic": {
      "command": "uvx",
      "args": ["pixelmagic-mcp"],
      "env": { "PIXELMAGIC_API_KEY": "sk_live_..." }
    }
  }
}

Needs uv installed. Prefer pipx? Run pipx install pixelmagic-mcp and set "command": "pixelmagic-mcp". Tools: generate, edit, upscale, remove background, remove object, layers, localize, enhance, account, health.

Build your own

Every integration is a thin client over one endpoint. Grab an API key and call it from anything.