CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Pixelpanda Mcp

ryankramer/pixelpanda-mcp
21authSTDIOregistry active
Summary

Adds 33 image processing tools to Claude, split across local operations, free AI features, and paid generation. The local tier handles resizing, cropping, format conversion, watermarking, and blur effects without any API calls. Free AI tools give you 3 daily uses of background removal, upscaling, text removal, and image analysis. Paid tiers unlock product photography with AI avatars and virtual try-on at 1 credit per image. Install via uvx or pip, runs entirely offline for local tools. Useful when you need batch image work in a chat interface instead of switching to Photoshop or Figma for basic edits and transformations.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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-mcp

Setup

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)

ToolDescription
resize_imageResize with optional aspect ratio preservation
crop_imageCrop to specific pixel coordinates
rotate_imageRotate by any degree
flip_imageFlip horizontal or vertical
grayscale_imageConvert to grayscale
invert_imageInvert colors (negative)
round_cornersRound corners with custom radius
add_borderAdd solid color border
compress_imageCompress to JPEG/WebP with quality control
merge_imagesMerge multiple images (horizontal/vertical/grid)
convert_formatConvert between PNG, JPEG, WebP, BMP, TIFF
make_transparentAdjust image opacity
create_profile_pictureCircle/square/rounded profile picture
blur_imageGaussian blur
adjust_imageBrightness, contrast, sharpness, saturation
add_watermarkText watermark (center/corner/tiled)
pixelate_imagePixelation effect
get_image_infoDimensions, format, file size, DPI, color mode

AI Tools (free, 3 uses/day)

ToolDescription
remove_backgroundAI background removal (transparent PNG)
upscale_imageAI upscaling 2x or 4x (Real-ESRGAN)
remove_textAI text/watermark removal (OCR + inpainting)
analyze_imageAI image analysis (objects, colors, composition, quality)

Pro Tools (paid, 1 credit/image)

ToolCreditsDescription
check_credits0Check your credit balance
list_avatars0List your AI avatars
list_products0List your uploaded products
upload_product0Upload a product image
generate_product_photo1/imageAI product photos with avatar
generate_tryon1/imageAI try-on (avatar wearing product)
generate_scenes1/sceneAI product scenes (studio, lifestyle)
check_job_status0Check generation progress
list_jobs0List 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

Environment Variables

VariableRequiredDescription
PIXELPANDA_API_TOKENFor pro toolsYour API token (pk_live_...)
PIXELPANDA_API_URLNoAPI 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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

PIXELPANDA_API_TOKENsecret

PixelPanda API token for paid tools (optional — free tools work without it)

Registryactive
Packagepixelpanda-mcp
TransportSTDIO
AuthRequired
UpdatedMar 29, 2026
View on GitHub