PixelPanda MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PixelPanda MCP ServerRemove the background from this image and upscale it 4x"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpSetup
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 with optional aspect ratio preservation |
| Crop to specific pixel coordinates |
| Rotate by any degree |
| Flip horizontal or vertical |
| Convert to grayscale |
| Invert colors (negative) |
| Round corners with custom radius |
| Add solid color border |
| Compress to JPEG/WebP with quality control |
| Merge multiple images (horizontal/vertical/grid) |
| Convert between PNG, JPEG, WebP, BMP, TIFF |
| Adjust image opacity |
| Circle/square/rounded profile picture |
| Gaussian blur |
| Brightness, contrast, sharpness, saturation |
| Text watermark (center/corner/tiled) |
| Pixelation effect |
| Dimensions, format, file size, DPI, color mode |
AI Tools (free, 3 uses/day)
Tool | Description |
| AI background removal (transparent PNG) |
| AI upscaling 2x or 4x (Real-ESRGAN) |
| AI text/watermark removal (OCR + inpainting) |
| AI image analysis (objects, colors, composition, quality) |
Pro Tools (paid, 1 credit/image)
Tool | Credits | Description |
| 0 | Check your credit balance |
| 0 | List your AI avatars |
| 0 | List your uploaded products |
| 0 | Upload a product image |
| 1/image | AI product photos with avatar |
| 1/image | AI try-on (avatar wearing product) |
| 1/scene | AI product scenes (studio, lifestyle) |
| 0 | Check generation progress |
| 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 |
| For pro tools | Your API token ( |
| No | API base URL (default: |
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RyanKramer/pixelpanda-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server