Skip to main content
Glama

PixelPanda MCP 服务器

适用于 Claude Desktop、Cursor、VS Code 及其他兼容 MCP 客户端的 AI 图像处理工具。

33 种工具,分为三个层级——从免费的本地图像编辑到 AI 驱动的产品摄影。

安装

# 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

列出最近的生成任务

定价

  • 免费: 所有本地工具 + 每天 3 次 AI 工具使用机会 (位于 /free-tools/*)

  • $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