Skip to main content
Glama

PixelPanda MCP 서버

Claude Desktop, Cursor, VS Code 및 기타 MCP 호환 클라이언트를 위한 AI 이미지 처리 도구입니다.

무료 로컬 이미지 편집부터 AI 기반 제품 사진 촬영까지 3개 계층에 걸친 33가지 도구를 제공합니다.

설치

# Using uv (recommended)
uvx pixelpanda-mcp

# Or pip
pip install pixelpanda-mcp

Related MCP server: Arcaelas MCP

설정

Claude Desktop

claude_desktop_config.json에 추가하세요:

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

Cursor

MCP 설정(설정 > MCP 서버)에 추가하세요:

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

API 토큰은 선택 사항입니다. 모든 로컬 및 무료 AI 도구는 토큰 없이 작동합니다. 유료 생성 도구에만 토큰이 필요합니다.

도구

로컬 도구 (무료, 계정 불필요, 오프라인 실행)

도구

설명

resize_image

가로세로 비율 유지 옵션을 포함한 크기 조정

crop_image

특정 픽셀 좌표로 자르기

rotate_image

원하는 각도로 회전

flip_image

가로 또는 세로로 뒤집기

grayscale_image

흑백으로 변환

invert_image

색상 반전 (네거티브)

round_corners

사용자 지정 반경으로 모서리 둥글게 처리

add_border

단색 테두리 추가

compress_image

품질 제어와 함께 JPEG/WebP로 압축

merge_images

여러 이미지 병합 (가로/세로/그리드)

convert_format

PNG, JPEG, WebP, BMP, TIFF 간 변환

make_transparent

이미지 불투명도 조절

create_profile_picture

원형/사각형/둥근 프로필 사진 생성

blur_image

가우시안 블러

adjust_image

밝기, 대비, 선명도, 채도 조절

add_watermark

텍스트 워터마크 (중앙/모서리/타일)

pixelate_image

픽셀화 효과

get_image_info

치수, 형식, 파일 크기, DPI, 색상 모드 확인

AI 도구 (무료, 일일 3회 사용 가능)

도구

설명

remove_background

AI 배경 제거 (투명 PNG)

upscale_image

AI 업스케일링 2배 또는 4배 (Real-ESRGAN)

remove_text

AI 텍스트/워터마크 제거 (OCR + 인페인팅)

analyze_image

AI 이미지 분석 (객체, 색상, 구성, 품질)

프로 도구 (유료, 이미지당 1 크레딧)

도구

크레딧

설명

check_credits

0

크레딧 잔액 확인

list_avatars

0

AI 아바타 목록 확인

list_products

0

업로드된 제품 목록 확인

upload_product

0

제품 이미지 업로드

generate_product_photo

1/이미지

아바타를 포함한 AI 제품 사진 생성

generate_tryon

1/이미지

AI 착용샷 생성 (아바타가 제품을 착용)

generate_scenes

1/장면

AI 제품 장면 생성 (스튜디오, 라이프스타일)

check_job_status

0

생성 진행 상황 확인

list_jobs

0

최근 생성 작업 목록 확인

가격

  • 무료: 모든 로컬 도구 + /free-tools/* 내 AI 도구 일일 3회 사용

  • $10 일회성 결제: 프로 도구용 50 크레딧 (구독 없음, 크레딧 만료 없음)

  • $24/월 스타터: 월 1,125 크레딧 — 정기 사용 시 가장 경제적

pixelpanda.ai/pricing에서 API 토큰을 받으세요.

환경 변수

변수

필수 여부

설명

PIXELPANDA_API_TOKEN

프로 도구 사용 시

API 토큰 (pk_live_...)

PIXELPANDA_API_URL

아니요

API 기본 URL (기본값: https://pixelpanda.ai)

예시

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

라이선스

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