PixelPanda MCP Server
PixelPanda MCP 服务器
适用于 Claude Desktop、Cursor、VS Code 及其他兼容 MCP 客户端的 AI 图像处理工具。
33 种工具,分为三个层级——从免费的本地图像编辑到 AI 驱动的产品摄影。
安装
# 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 | 列出最近的生成任务 |
定价
免费: 所有本地工具 + 每天 3 次 AI 工具使用机会 (位于 /free-tools/*)
$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