AI image processing tools for Claude Desktop, Cursor, VS Code, and other MCP-compatible clients.
Most developer tooling work still happens through a UI a human drives. Pixelpanda MCP MCP server moves it into the conversation instead. AI image processing tools for Claude Desktop, Cursor, VS Code, and other MCP-compatible clients.
The server ships on PyPI as pixelpanda-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
The server publishes 14 tools. What each one is for:
resize_image — Resize with optional aspect ratio preservationcrop_image — Crop to specific pixel coordinatesrotate_image — Rotate by any degreeflip_image — Flip horizontal or verticalgrayscale_image — Convert to grayscaleinvert_image — Invert colors (negative)round_corners — Round corners with custom radiusadd_border — Add solid color bordercompress_image — Compress to JPEG/WebP with quality controlmerge_images — Merge multiple images (horizontal/vertical/grid)convert_format — Convert between PNG, JPEG, WebP, BMP, TIFFmake_transparent — Adjust image opacityConfiguration is passed through the environment: PIXELPANDA_API_TOKEN, PIXELPANDA_API_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Pixelpanda MCP's toolset — resize_image, crop_image, rotate_image and 11 more — is a fair guide to whether it matches your workflow. It is maintained by ryankramer; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| 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 |
{
"mcpServers": {
"pixelpanda": {
"command": "uvx",
"args": ["pixelpanda-mcp"],
"env": {
"PIXELPANDA_API_TOKEN": "your-value",
"PIXELPANDA_API_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| PIXELPANDA_API_TOKEN | Credential the server authenticates with. | Yes |
| PIXELPANDA_API_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.