PixelPanda

31 AI image processing tools — free local editing, AI background removal & upscaling, and paid product photo generation

PixelPanda MCP Server

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

33 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)
check_job_status0Check generation progress
list_jobs0List recent generation jobs

Pricing

  • Free: All local tools + 3 AI tool uses/day
  • $5 one-time: 200 credits for pro tools (no subscription)
  • $24/mo: 1,125 credits/month + unlimited AI tools

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

เซิร์ฟเวอร์ที่เกี่ยวข้อง