Integrations & plugins
Use PixelMagic wherever you work — design tools, the command line, automation platforms, and your own code.
Figma
Generate, edit, upscale or remove backgrounds — right on your canvas.
Plugins → Development → Import from manifest → figma-plugin/manifest.jsonGet your API key →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 →GIMP
Python-Fu: Filters → PixelMagic → Generate / Edit / Upscale / Remove Background.
Drop pixelmagic.py into your GIMP plug-ins folder, restart GIMPGet your API key →Sketch
Generate, edit, upscale or remove backgrounds on the selected layer.
Double-click the .sketchplugin, or load the Sketch plugin folderGet your API key →PowerPoint
Office add-in: generate, edit, upscale or clean the background of slide pictures.
Sideload the PowerPoint add-in manifest.xmlGet your API key →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 →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 →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 →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 →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.
- STEP 1
Create an API key in your dashboard (shown once).
- STEP 2
Add the block below to your client's MCP config, with your key.
- 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.