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設定(Settings > MCP Servers)に追加してください:

{
  "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ツール(無料、1日3回まで)

ツール

説明

remove_background

AIによる背景削除(透過PNG)

upscale_image

AIによる2倍または4倍のアップスケーリング(Real-ESRGAN)

remove_text

AIによるテキスト/透かしの削除(OCR + インペインティング)

analyze_image

AIによる画像分析(オブジェクト、色、構図、品質)

プロツール(有料、1画像につき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ツールを1日3回まで利用可能

  • $10(買い切り): プロツール用50クレジット(サブスクリプションなし、クレジットの有効期限なし)

  • $24/月 スターター: 月間1,125クレジット — 定期利用に最適

APIトークンは pixelpanda.ai/pricing から取得してください。

環境変数

変数

必須

説明

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