{
  "markdown": "<!-- mcp-name: io.github.RyanKramer/pixelpanda-mcp -->\n# PixelPanda MCP Server\n\nAI image processing tools for Claude Desktop, Cursor, VS Code, and other MCP-compatible clients.\n\n**38 tools** across three tiers — from free local image editing to AI-powered product photography.\n\n## Install\n\n```bash\n# Using uv (recommended)\nuvx pixelpanda-mcp\n\n# Or pip\npip install pixelpanda-mcp\n```\n\n## Setup\n\n### Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"pixelpanda\": {\n      \"command\": \"uvx\",\n      \"args\": [\"pixelpanda-mcp\"],\n      \"env\": {\n        \"PIXELPANDA_API_TOKEN\": \"pk_live_your_token_here\"\n      }\n    }\n  }\n}\n```\n\n### Cursor\n\nAdd to your MCP settings (Settings > MCP Servers):\n\n```json\n{\n  \"pixelpanda\": {\n    \"command\": \"uvx\",\n    \"args\": [\"pixelpanda-mcp\"],\n    \"env\": {\n      \"PIXELPANDA_API_TOKEN\": \"pk_live_your_token_here\"\n    }\n  }\n}\n```\n\n> The API token is **optional** — all local and free AI tools work without it. You only need a token for paid generation tools.\n\n## Tools\n\n### Local Tools (free, no account needed, runs offline)\n\n| Tool | Description |\n|------|-------------|\n| `resize_image` | Resize with optional aspect ratio preservation |\n| `crop_image` | Crop to specific pixel coordinates |\n| `rotate_image` | Rotate by any degree |\n| `flip_image` | Flip horizontal or vertical |\n| `grayscale_image` | Convert to grayscale |\n| `invert_image` | Invert colors (negative) |\n| `round_corners` | Round corners with custom radius |\n| `add_border` | Add solid color border |\n| `compress_image` | Compress to JPEG/WebP with quality control |\n| `merge_images` | Merge multiple images (horizontal/vertical/grid) |\n| `convert_format` | Convert between PNG, JPEG, WebP, BMP, TIFF |\n| `make_transparent` | Adjust image opacity |\n| `create_profile_picture` | Circle/square/rounded profile picture |\n| `blur_image` | Gaussian blur |\n| `adjust_image` | Brightness, contrast, sharpness, saturation |\n| `add_watermark` | Text watermark (center/corner/tiled) |\n| `pixelate_image` | Pixelation effect |\n| `get_image_info` | Dimensions, format, file size, DPI, color mode |\n\n### AI Tools (free, 3 uses/day)\n\n| Tool | Description |\n|------|-------------|\n| `remove_background` | AI background removal (transparent PNG) |\n| `upscale_image` | AI upscaling 2x or 4x (Real-ESRGAN) |\n| `remove_text` | AI text/watermark removal (OCR + inpainting) |\n| `analyze_image` | AI image analysis (objects, colors, composition, quality) |\n\n### Pro Tools (paid, 1 credit/image)\n\n| Tool | Credits | Description |\n|------|---------|-------------|\n| `check_credits` | 0 | Check your credit balance |\n| `list_avatars` | 0 | List your AI avatars |\n| `list_products` | 0 | List your uploaded products |\n| `upload_product` | 0 | Upload a product image |\n| `generate_product_photo` | 1/image | AI product photos with avatar |\n| `generate_tryon` | 1/image | AI try-on (avatar wearing product) |\n| `generate_scenes` | 1/scene | AI product scenes (studio, lifestyle) |\n| `image_to_prompt` | 1 | Reverse-engineer an image into Midjourney/Flux/SD prompts |\n| `edit_image` | 2 | Text-prompt image editing (FLUX Kontext Pro) |\n| `generate_avatar` | 1/avatar | Create reusable AI characters (guided or from a reference photo) |\n| `check_avatar_status` | 0 | Poll an avatar generation job |\n| `generate_video` | 50 | UGC video from a still image — Grok Imagine, native audio + lip-sync |\n| `check_video_status` | 0 | Poll a video generation job |\n| `check_job_status` | 0 | Check generation progress |\n| `list_jobs` | 0 | List recent generation jobs |\n\n## Pricing\n\n- **Free**: All local tools + 3 AI tool uses/day on /free-tools/*\n- **$10 one-time**: 50 credits for pro tools (no subscription, credits never expire)\n- **$24/mo Starter**: 1,125 credits/month — best value for regular use\n\nGet your API token at [pixelpanda.ai/pricing](https://pixelpanda.ai/pricing)\n\n## Environment Variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `PIXELPANDA_API_TOKEN` | For pro tools | Your API token (`pk_live_...`) |\n| `PIXELPANDA_API_URL` | No | API base URL (default: `https://pixelpanda.ai`) |\n\n## Examples\n\n```\n\"Resize photo.jpg to 800px wide\"\n\"Remove the background from product.png\"\n\"Upscale this image 4x\"\n\"Merge these 3 screenshots horizontally\"\n\"Generate 6 product photos using avatar abc123 and product def456\"\n```\n\n## License\n\nMIT\n",
  "bytes": 4380,
  "sha": "1b30960aef82cd1f3e625ba3369719b10e79e4ce68fda5648753962b9a3d7b5c",
  "repo_slug": "ryankramer/pixelpanda-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_ryankramer_pixelpanda_mcp_6e6590d4/readme"
}