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設定(Settings > MCP Servers)に追加してください:
{
"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ツール(無料、1日3回まで)
ツール | 説明 |
| AIによる背景削除(透過PNG) |
| AIによる2倍または4倍のアップスケーリング(Real-ESRGAN) |
| AIによるテキスト/透かしの削除(OCR + インペインティング) |
| AIによる画像分析(オブジェクト、色、構図、品質) |
プロツール(有料、1画像につき1クレジット)
ツール | クレジット | 説明 |
| 0 | クレジット残高の確認 |
| 0 | AIアバターの一覧表示 |
| 0 | アップロード済み商品の一覧表示 |
| 0 | 商品画像のアップロード |
| 1/画像 | アバターを使用したAI商品写真生成 |
| 1/画像 | AI試着(アバターが商品を着用) |
| 1/シーン | AI商品シーン生成(スタジオ、ライフスタイル) |
| 0 | 生成状況の確認 |
| 0 | 最近の生成ジョブ一覧 |
料金
無料: すべてのローカルツール + /free-tools/* にあるAIツールを1日3回まで利用可能
$10(買い切り): プロツール用50クレジット(サブスクリプションなし、クレジットの有効期限なし)
$24/月 スターター: 月間1,125クレジット — 定期利用に最適
APIトークンは pixelpanda.ai/pricing から取得してください。
環境変数
変数 | 必須 | 説明 |
| プロツール利用時 | 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