trackmcp
Back to directory
RyanKramer

pixelpanda-mcp

View on GitHub

MCP server for PixelPanda — 31 AI image processing tools for Claude Desktop, Cursor & other MCP clients

21 stars PythonOthers Updated Aug 27, 2026
aibackground-removalclaudecursorimage-editingimage-processingmcpmcp-serverpillowpixelpandaai-agentsmodel-context-protocol

Documentation

PixelPanda MCP Server

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

bash
# Using uv (recommended)
uvx pixelpanda-mcp

# Or pip
pip install pixelpanda-mcp

Setup

Claude Desktop

Add to your `claude_desktop_config.json`:

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):

json
{
  "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_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)

ToolDescription
`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)

ToolCreditsDescription
`check_credits`0Check your credit balance
`list_avatars`0List your AI avatars
`list_products`0List your uploaded products
`upload_product`0Upload a product image
`generate_product_photo`1/imageAI product photos with avatar
`generate_tryon`1/imageAI try-on (avatar wearing product)
`generate_scenes`1/sceneAI product scenes (studio, lifestyle)
`image_to_prompt`1Reverse-engineer an image into Midjourney/Flux/SD prompts
`edit_image`2Text-prompt image editing (FLUX Kontext Pro)
`generate_avatar`1/avatarCreate reusable AI characters (guided or from a reference photo)
`check_avatar_status`0Poll an avatar generation job
`generate_video`50UGC video from a still image — Grok Imagine, native audio + lip-sync
`check_video_status`0Poll a video generation job
`check_job_status`0Check generation progress
`list_jobs`0List 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_TOKEN`For pro toolsYour API token (`pk_live_...`)
`PIXELPANDA_API_URL`NoAPI base URL (default: `https://pixelpanda.ai`)

Examples

code
"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

Frequently asked questions

What is pixelpanda-mcp?

pixelpanda-mcp is MCP server for PixelPanda — 31 AI image processing tools for Claude Desktop, Cursor & other MCP clients

How do I install pixelpanda-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is pixelpanda-mcp open source?

Yes — it is hosted on GitHub at https://github.com/RyanKramer/pixelpanda-mcp and has 21 stars.

Related MCP tools

riponcmprojectmem

Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.

796 Python
ai-agentsai-memoryai-tools+17
atlassianatlassian-mcp-server

Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.

1,015 JavaScript
aiai-agentsatlassian+17
jgravellejcodemunch-mcp

Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.

2,651 Python
claudeclaude-codeai-coding+17
IvanMurzakUnity-MCP

AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.

4,137 C#
aiai-integrationgame-development+16
tadata-orgfastapi_mcp

Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth! Python-based implementation. Trusted by 11000+ developers.

11,002 Python
aiauthenticationauthorization+10
taylorwilsdongoogle_workspace_mcp

Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensive Google Workspace MCP Server & CLI Tool

3,117 Python
aigmailgoogle-calendar+17

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP