Skip to main content
Glama

PixelPanda MCP-Server

KI-Bildverarbeitungstools für Claude Desktop, Cursor, VS Code und andere MCP-kompatible Clients.

33 Tools in drei Stufen – von kostenloser lokaler Bildbearbeitung bis hin zu KI-gestützter Produktfotografie.

Installation

# Using uv (recommended)
uvx pixelpanda-mcp

# Or pip
pip install pixelpanda-mcp

Related MCP server: Arcaelas MCP

Einrichtung

Claude Desktop

Fügen Sie dies zu Ihrer claude_desktop_config.json hinzu:

{
  "mcpServers": {
    "pixelpanda": {
      "command": "uvx",
      "args": ["pixelpanda-mcp"],
      "env": {
        "PIXELPANDA_API_TOKEN": "pk_live_your_token_here"
      }
    }
  }
}

Cursor

Fügen Sie dies zu Ihren MCP-Einstellungen hinzu (Settings > MCP Servers):

{
  "pixelpanda": {
    "command": "uvx",
    "args": ["pixelpanda-mcp"],
    "env": {
      "PIXELPANDA_API_TOKEN": "pk_live_your_token_here"
    }
  }
}

Das API-Token ist optional – alle lokalen und kostenlosen KI-Tools funktionieren ohne dieses. Sie benötigen ein Token nur für kostenpflichtige Generierungstools.

Tools

Lokale Tools (kostenlos, kein Konto erforderlich, läuft offline)

Tool

Beschreibung

resize_image

Größenänderung mit optionaler Beibehaltung des Seitenverhältnisses

crop_image

Zuschneiden auf bestimmte Pixelkoordinaten

rotate_image

Drehen um einen beliebigen Winkel

flip_image

Horizontal oder vertikal spiegeln

grayscale_image

In Graustufen umwandeln

invert_image

Farben invertieren (Negativ)

round_corners

Ecken mit benutzerdefiniertem Radius abrunden

add_border

Rahmen in Volltonfarbe hinzufügen

compress_image

Komprimierung zu JPEG/WebP mit Qualitätskontrolle

merge_images

Mehrere Bilder zusammenführen (horizontal/vertikal/Raster)

convert_format

Konvertierung zwischen PNG, JPEG, WebP, BMP, TIFF

make_transparent

Bildopazität anpassen

create_profile_picture

Kreis-/Quadrat-/abgerundetes Profilbild

blur_image

Gaußscher Weichzeichner

adjust_image

Helligkeit, Kontrast, Schärfe, Sättigung

add_watermark

Text-Wasserzeichen (zentriert/Ecke/gekachelt)

pixelate_image

Verpixelungseffekt

get_image_info

Abmessungen, Format, Dateigröße, DPI, Farbmodus

KI-Tools (kostenlos, 3 Nutzungen/Tag)

Tool

Beschreibung

remove_background

KI-Hintergrundentfernung (transparentes PNG)

upscale_image

KI-Upscaling 2x oder 4x (Real-ESRGAN)

remove_text

KI-Text-/Wasserzeichenentfernung (OCR + Inpainting)

analyze_image

KI-Bildanalyse (Objekte, Farben, Komposition, Qualität)

Pro-Tools (kostenpflichtig, 1 Credit/Bild)

Tool

Credits

Beschreibung

check_credits

0

Guthabenstand abfragen

list_avatars

0

KI-Avatare auflisten

list_products

0

Hochgeladene Produkte auflisten

upload_product

0

Produktbild hochladen

generate_product_photo

1/Bild

KI-Produktfotos mit Avatar

generate_tryon

1/Bild

KI-Anprobe (Avatar trägt Produkt)

generate_scenes

1/Szene

KI-Produktszenen (Studio, Lifestyle)

check_job_status

0

Generierungsfortschritt prüfen

list_jobs

0

Kürzliche Generierungsaufträge auflisten

Preise

  • Kostenlos: Alle lokalen Tools + 3 KI-Tool-Nutzungen/Tag unter /free-tools/*

  • $10 einmalig: 50 Credits für Pro-Tools (kein Abonnement, Credits verfallen nie)

  • $24/Monat Starter: 1.125 Credits/Monat – bestes Preis-Leistungs-Verhältnis für regelmäßige Nutzung

Holen Sie sich Ihr API-Token unter pixelpanda.ai/pricing

Umgebungsvariablen

Variable

Erforderlich

Beschreibung

PIXELPANDA_API_TOKEN

Für Pro-Tools

Ihr API-Token (pk_live_...)

PIXELPANDA_API_URL

Nein

API-Basis-URL (Standard: https://pixelpanda.ai)

Beispiele

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

Lizenz

MIT

A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables comprehensive image editing operations including resizing, format conversion, cropping, compression, rotation, flipping, and batch processing. Supports JPEG, PNG, WebP, and AVIF formats with quality control and metadata extraction.
    8
    14
    18
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to perform advanced image editing and graphic design through Photopea, a browser-based Photoshop alternative. Provides 34 tools for document management, layer operations, filters, adjustments, and exports via a WebSocket bridge to the browser.
    34
    108
    28
    MIT

View all related MCP servers

Related MCP Connectors

  • AI image processing: upscale, resize, crop, compress, convert file format, and generate SEO metadata

  • Upload, organize, search, and transform images, videos, and files with AI-powered tools.

  • Image, video, audio, face-swap, talking avatars and chat across 300+ AI models, one balance.

View all MCP Connectors

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