PixelPanda MCP Server

PixelPanda MCP Server

Provides 33 image processing tools ranging from local edits like resizing and cropping to AI-powered features like background removal and upscaling. It also supports advanced professional workflows for generating AI product photography and virtual try-on scenes.

Category
Visit Server

README

<!-- mcp-name: io.github.RyanKramer/pixelpanda-mcp -->

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)

Tool Description
resize_image Resize with optional aspect ratio preservation
crop_image Crop to specific pixel coordinates
rotate_image Rotate by any degree
flip_image Flip horizontal or vertical
grayscale_image Convert to grayscale
invert_image Invert colors (negative)
round_corners Round corners with custom radius
add_border Add solid color border
compress_image Compress to JPEG/WebP with quality control
merge_images Merge multiple images (horizontal/vertical/grid)
convert_format Convert between PNG, JPEG, WebP, BMP, TIFF
make_transparent Adjust image opacity
create_profile_picture Circle/square/rounded profile picture
blur_image Gaussian blur
adjust_image Brightness, contrast, sharpness, saturation
add_watermark Text watermark (center/corner/tiled)
pixelate_image Pixelation effect
get_image_info Dimensions, format, file size, DPI, color mode

AI Tools (free, 3 uses/day)

Tool Description
remove_background AI background removal (transparent PNG)
upscale_image AI upscaling 2x or 4x (Real-ESRGAN)
remove_text AI text/watermark removal (OCR + inpainting)
analyze_image AI image analysis (objects, colors, composition, quality)

Pro Tools (paid, 1 credit/image)

Tool Credits Description
check_credits 0 Check your credit balance
list_avatars 0 List your AI avatars
list_products 0 List your uploaded products
upload_product 0 Upload a product image
generate_product_photo 1/image AI product photos with avatar
generate_tryon 1/image AI try-on (avatar wearing product)
generate_scenes 1/scene AI product scenes (studio, lifestyle)
check_job_status 0 Check generation progress
list_jobs 0 List 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

Variable Required Description
PIXELPANDA_API_TOKEN For pro tools Your API token (pk_live_...)
PIXELPANDA_API_URL No API 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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured