mcpbeat Sign in

Pixelpanda MCP Server

local only

Pixelpanda MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 148 installs a week from pypi. Last commit 27 Aug 2026.

33 image tools: free local editing, AI upscaling, background removal, and product photos

Installs per day peak 237 · avg 28 · -66% w/w
a month agotoday
148
Installs / week
pypi · pixelpanda-mcp
21
Stars
0 open issues
27 Aug 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Pixelpanda MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pixelpanda-mcp -- uvx pixelpanda-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pixelpanda-mcp": {
      "args": [
        "pixelpanda-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pixelpanda-mcp]
command = "uvx"
args = ["pixelpanda-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pixelpanda-mcp": {
      "args": [
        "pixelpanda-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pixelpanda-mcp": {
      "args": [
        "pixelpanda-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PIXELPANDA_API_TOKEN (PixelPanda API token for paid tools (optional — free tools work without it)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pixelpanda MCP

same job, measured the same way
Image Tools - Background Removal, Upscaling & Face Restoration
by fasuizu-br

Background removal, 4x upscaling, and face restoration via GPU

4 tools answering
Techtenstein Bg
by sathvic-kollu

AI background removal for images. Modes: auto, product, portrait, car. Transparent PNG.

51 installs/wk local only
Filewash
by cassilup

Privacy-first file tools for AI agents — PDF & image ops, metadata scrubbing, background removal.

26 installs/wk local only
MCP Image
by infoinlet-marketplace

Image generation & editing for AI agents (Runware) — text-to-image, bg removal, upscale.

23 installs/wk local only
Peelaway Image Editing
by jakeloo

Edit images over MCP with object removal, background removal, and guided generative edits.

answering
Pruna
by charlesrapp

Ultra-fast image generation, editing, upscaling, and video generation via Pruna AI.

73 installs/wk local only
O
x402image
by x402image

x402 image tools (USDC/Base): remove_background/upscale $0.02, resize/optimize $0.005; URL in/out

6 tools answering
Brainiall Image
by brainiall

Background removal, upscaling, face restore, document OCR, table extraction, visual understanding.

10 tools answering

Pixelpanda MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Pixelpanda MCP?
Pixelpanda MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package pixelpanda-mcp was installed 148 times last week.
How do I connect Pixelpanda MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pixelpanda-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Pixelpanda MCP?
The pypi package pixelpanda-mcp was installed 148 times in the last week. Week over week that is -66%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pixelpanda MCP open source?
We cannot say either way: written in Python and 21 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.