Skip to main content
ClaudeWave

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

MCP ServersOfficial Registry21 stars5 forksPythonUpdated today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/27/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · pixelpanda-mcp
Claude Code CLI
claude mcp add pixelpanda-mcp -- uvx pixelpanda-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "pixelpanda-mcp": {
      "command": "uvx",
      "args": ["pixelpanda-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

<!-- 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.

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

| 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) |
| `image_to_prompt` | 1 | Reverse-engineer an image into Midjourney/Flux/SD prompts |
| `edit_image` | 2 | Text-prompt image editing (FLUX Kontext Pro) |
| `generate_avatar` | 1/avatar | Create reusable AI characters (guided or from a reference photo) |
| `check_avatar_status` | 0 | Poll an avatar generation job |
| `generate_video` | 50 | UGC video from a still image — Grok Imagine, native audio + lip-sync |
| `check_video_status` | 0 | Poll a video generation job |
| `check_job_status` | 0 | Check generation progress |
| `list_jobs` | 0 | List 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](https://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
aiai-agentsbackground-removalclaudecursorimage-editingimage-processingmcpmcp-servermodel-context-protocolpillowpixelpanda

What people ask about pixelpanda-mcp

What is RyanKramer/pixelpanda-mcp?

+

RyanKramer/pixelpanda-mcp is mcp servers for the Claude AI ecosystem. MCP server for PixelPanda — 31 AI image processing tools for Claude Desktop, Cursor & other MCP clients It has 21 GitHub stars and its last recorded update is dated 2026-08-27.

How do I install pixelpanda-mcp?

+

You can install pixelpanda-mcp by cloning the repository (https://github.com/RyanKramer/pixelpanda-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is RyanKramer/pixelpanda-mcp safe to use?

+

Our security agent has analyzed RyanKramer/pixelpanda-mcp and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains RyanKramer/pixelpanda-mcp?

+

RyanKramer/pixelpanda-mcp is maintained by RyanKramer. The last recorded GitHub activity is dated 2026-08-27, with 0 open issues.

Are there alternatives to pixelpanda-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy pixelpanda-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: RyanKramer/pixelpanda-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ryankramer-pixelpanda-mcp)](https://claudewave.com/repo/ryankramer-pixelpanda-mcp)
<a href="https://claudewave.com/repo/ryankramer-pixelpanda-mcp"><img src="https://claudewave.com/api/badge/ryankramer-pixelpanda-mcp" alt="Featured on ClaudeWave: RyanKramer/pixelpanda-mcp" width="320" height="64" /></a>

More MCP Servers

pixelpanda-mcp alternatives