RyanKramer/pixelpanda-mcp
MCP server for PixelPanda — 31 AI image processing tools for Claude Desktop, Cursor & other MCP clients
Platform-specific configuration:
{
"mcpServers": {
"pixelpanda-mcp": {
"command": "npx",
"args": [
"-y",
"pixelpanda-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<!-- mcp-name: io.github.RyanKramer/pixelpanda-mcp -->
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.
# Using uv (recommended)
uvx pixelpanda-mcp
# Or pip
pip install pixelpanda-mcpAdd to your claude_desktop_config.json:
{
"mcpServers": {
"pixelpanda": {
"command": "uvx",
"args": ["pixelpanda-mcp"],
"env": {
"PIXELPANDA_API_TOKEN": "pk_live_your_token_here"
}
}
}
}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.
| 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/t
Loading reviews...