PixelPanda MCP Server
PixelPanda MCP 서버
Claude Desktop, Cursor, VS Code 및 기타 MCP 호환 클라이언트를 위한 AI 이미지 처리 도구입니다.
무료 로컬 이미지 편집부터 AI 기반 제품 사진 촬영까지 3개 계층에 걸친 33가지 도구를 제공합니다.
설치
# Using uv (recommended)
uvx pixelpanda-mcp
# Or pip
pip install pixelpanda-mcpRelated 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 도구는 토큰 없이 작동합니다. 유료 생성 도구에만 토큰이 필요합니다.
도구
로컬 도구 (무료, 계정 불필요, 오프라인 실행)
도구 | 설명 |
| 가로세로 비율 유지 옵션을 포함한 크기 조정 |
| 특정 픽셀 좌표로 자르기 |
| 원하는 각도로 회전 |
| 가로 또는 세로로 뒤집기 |
| 흑백으로 변환 |
| 색상 반전 (네거티브) |
| 사용자 지정 반경으로 모서리 둥글게 처리 |
| 단색 테두리 추가 |
| 품질 제어와 함께 JPEG/WebP로 압축 |
| 여러 이미지 병합 (가로/세로/그리드) |
| PNG, JPEG, WebP, BMP, TIFF 간 변환 |
| 이미지 불투명도 조절 |
| 원형/사각형/둥근 프로필 사진 생성 |
| 가우시안 블러 |
| 밝기, 대비, 선명도, 채도 조절 |
| 텍스트 워터마크 (중앙/모서리/타일) |
| 픽셀화 효과 |
| 치수, 형식, 파일 크기, DPI, 색상 모드 확인 |
AI 도구 (무료, 일일 3회 사용 가능)
도구 | 설명 |
| AI 배경 제거 (투명 PNG) |
| AI 업스케일링 2배 또는 4배 (Real-ESRGAN) |
| AI 텍스트/워터마크 제거 (OCR + 인페인팅) |
| AI 이미지 분석 (객체, 색상, 구성, 품질) |
프로 도구 (유료, 이미지당 1 크레딧)
도구 | 크레딧 | 설명 |
| 0 | 크레딧 잔액 확인 |
| 0 | AI 아바타 목록 확인 |
| 0 | 업로드된 제품 목록 확인 |
| 0 | 제품 이미지 업로드 |
| 1/이미지 | 아바타를 포함한 AI 제품 사진 생성 |
| 1/이미지 | AI 착용샷 생성 (아바타가 제품을 착용) |
| 1/장면 | AI 제품 장면 생성 (스튜디오, 라이프스타일) |
| 0 | 생성 진행 상황 확인 |
| 0 | 최근 생성 작업 목록 확인 |
가격
무료: 모든 로컬 도구 + /free-tools/* 내 AI 도구 일일 3회 사용
$10 일회성 결제: 프로 도구용 50 크레딧 (구독 없음, 크레딧 만료 없음)
$24/월 스타터: 월 1,125 크레딧 — 정기 사용 시 가장 경제적
pixelpanda.ai/pricing에서 API 토큰을 받으세요.
환경 변수
변수 | 필수 여부 | 설명 |
| 프로 도구 사용 시 | API 토큰 ( |
| 아니요 | API 기본 URL (기본값: |
예시
"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
Maintenance
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
- AlicenseAqualityDmaintenanceEnables 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.81418MIT
- FlicenseNot gradedqualityNot gradedmaintenanceProvides AI-powered tools for image generation, text-to-speech conversion, background removal, and image upscaling through OpenAI and image processing APIs.38
- AlicenseNot gradedqualityDmaintenanceEnables comprehensive image processing, stock image search from Pexels and Pixabay, and AI image generation using OpenAI DALL-E with support for resizing, format conversion, color extraction, and watermarking.53MIT
- AlicenseAqualityDmaintenanceEnables 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.3410828MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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