PixelPanda MCP Server

MCP serverMedia

Once PixelPanda is added, your AI can edit pictures for free right on your own computer, enlarge them with AI upscaling, remove backgrounds, and create product photos. It is an image app that gives your AI 33 picture tools to work with.

Unavailable. This server has no hosted endpoint yet, so ahel can't serve it.

After adding it, ask your AI to work on a picture, such as removing a background or upscaling a photo, and it will use these tools to do the editing for you.

What your AI can do with it

  • Edit images locally for free
  • Enlarge photos using AI upscaling
  • Remove backgrounds from pictures
  • Create product photos
  • Handle 33 different image tasks in one app

From the project's README

As published by ryankramer/pixelpanda-mcp in README.md.

AI image processing tools for Claude Desktop, Cursor, VS Code, and other MCP-compatible clients.

38 tools across three tiers — from free local image editing to AI-powered product photography.

Install

# Using uv (recommended)
uvx pixelpanda-mcp

# Or pip
pip install pixelpanda-mcp

Setup

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "pixelpanda": {
      "command": "uvx",
      "args": ["pixelpanda-mcp"],
      "env": {
        "PIXELPANDA_API_TOKEN": "pk_live_your_token_here"
      }
    }
  }
}

Cursor

Add to your MCP settings (Settings > MCP Servers):

{
  "pixelpanda": {
    "command": "uvx",
    "args": ["pixelpanda-mcp"],
    "env": {
      "PIXELPANDA_API_TOKEN": "pk_live_your_token_here"
    }
  }
}

The API token is optional — all local and free AI tools work without it. You only need a token for paid generation tools.

Tools

Local Tools (free, no account needed, runs offline)

ToolDescription
resize_imageResize with optional aspect ratio preservation
crop_imageCrop to specific pixel coordinates
rotate_imageRotate by any degree
flip_imageFlip horizontal or vertical
grayscale_imageConvert to grayscale
invert_imageInvert colors (negative)
round_cornersRound corners with custom radius
add_borderAdd solid color border
compress_imageCompress to JPEG/WebP with quality control
merge_imagesMerge multiple images (horizontal/vertical/grid)
convert_formatConvert between PNG, JPEG, WebP, BMP, TIFF
make_transparentAdjust image opacity
create_profile_pictureCircle/square/rounded profile picture
blur_imageGaussian blur
adjust_imageBrightness, contrast, sharpness, saturation
add_watermarkText watermark (center/corner/tiled)
pixelate_imagePixelation effect
get_image_infoDimensions, format, file size, DPI, color mode

AI Tools (free, 3 uses/day)

ToolDescription
remove_backgroundAI background removal (transparent PNG)
upscale_imageAI upscaling 2x or 4x (Real-ESRGAN)
remove_textAI text/watermark removal (OCR + inpainting)
analyze_imageAI image analysis (objects, colors, composition, quality)

Pro Tools (paid, 1 credit/image)

ToolCreditsDescription
check_credits0Check your credit balance
list_avatars0List your AI avatars
list_products0List your uploaded products
upload_product0Upload a product image
generate_product_photo1/imageAI product photos with avatar
generate_tryon1/imageAI try-on (avatar wearing product)
generate_scenes1/sceneAI product scenes (studio, lifestyle)
image_to_prompt1Reverse-engineer an image into Midjourney/Flux/SD prompts
edit_image2Text-prompt image editing (FLUX Kontext Pro)
generate_avatar1/avatarCreate reusable AI characters (guided or from a reference photo)
check_avatar_status0Poll an avatar generation job
generate_video50UGC video from a still image — Grok Imagine, native audio + lip-sync
check_video_status0Poll a video generation job
check_job_status0Check generation progress
list_jobs0List recent generation jobs

Pricing

  • Free: All local tools + 3 AI tool uses/day on /free-tools/*
  • $10 one-time: 50 credits for pro tools (no subscription, credits never expire)
  • $24/mo Starter: 1,125 credits/month — best value for regular use

Get your API token at pixelpanda.ai/pricing

Environment Variables

VariableRequiredDescription
PIXELPANDA_API_TOKENFor pro toolsYour API token (pk_live_...)
PIXELPANDA_API_URLNoAPI base URL (default: https://pixelpanda.ai)

Examples

"Resize photo.jpg to 800px wide"
"Remove the background from product.png"
"Upscale this image 4x"
"Merge these 3 screenshots horizontally"
"Generate 6 product photos using avatar abc123 and product def456"

License

MIT

Signals

GitHub stars
21
Forks
5
Last commit
Aug 2026
Advanced
Delivery
pixelpanda-mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-ryankramer-pixelpanda-mcp
Source
github.com/ryankramer/pixelpanda-mcp