Pixelpanda MCP
Rank #5,946io.github.RyanKramer/pixelpanda-mcp
33 image tools: free local editing, AI upscaling, background removal, and product photos
Pixelpanda MCP is a Model Context Protocol (MCP) server published by ryankramer. It ranks #5,946 of 115,460 servers tracked on MCP Toplist, and its repository has 21 GitHub stars. Pixelpanda MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Mar 29, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 109,514 of 115,460 servers on MCP Toplist.
Use Pixelpanda MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pixelpanda-mcp -e "PIXELPANDA_API_TOKEN=<your PIXELPANDA_API_TOKEN>" -- uvx pixelpanda-mcpReplace each placeholder with your own value before saving.
[mcp_servers.pixelpanda-mcp]
command = "uvx"
args = ["pixelpanda-mcp"]
[mcp_servers.pixelpanda-mcp.env]
PIXELPANDA_API_TOKEN = "<your PIXELPANDA_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pixelpanda-mcp": {
"command": "uvx",
"args": [
"pixelpanda-mcp"
],
"env": {
"PIXELPANDA_API_TOKEN": "<your PIXELPANDA_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pixelpanda-mcp": {
"command": "uvx",
"args": [
"pixelpanda-mcp"
],
"env": {
"PIXELPANDA_API_TOKEN": "<your PIXELPANDA_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pixelpanda-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pixelpanda-mcp"
],
"env": {
"PIXELPANDA_API_TOKEN": "<your PIXELPANDA_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pixelpanda-mcp": {
"command": "uvx",
"args": [
"pixelpanda-mcp"
],
"env": {
"PIXELPANDA_API_TOKEN": "<your PIXELPANDA_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pixelpanda-mcp": {
"command": "uvx",
"args": [
"pixelpanda-mcp"
],
"env": {
"PIXELPANDA_API_TOKEN": "<your PIXELPANDA_API_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.RyanKramer%2Fpixelpanda-mcp)<a href="https://mcptoplist.com/server/io.github.RyanKramer%2Fpixelpanda-mcp"><img src="https://mcptoplist.com/badge/io.github.RyanKramer%2Fpixelpanda-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
ryankramer
Other servers by ryankramer
- rankedtoday-mcp#32,485 · 1 ver
- SummitFlow MCP#32,486 · 1 ver
- AutoRank MCP#37,120 · 1 ver
- WiseGrid MCP#37,121 · 1 ver
- Shippost MCP#43,450 · 2 vers
Available versions (3)
| Version | Published |
|---|---|
| 0.1.3 | Aug 26, 2026 |
| 0.1.1 | Mar 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Pixelpanda MCP?
- Pixelpanda MCP is maintained by ryankramer, which publishes 6 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Pixelpanda MCP listed on the Official MCP Registry?
- Yes — Pixelpanda MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Pixelpanda MCP have?
- MCP Toplist tracks 3 versions of Pixelpanda MCP, most recently published on Aug 26, 2026.
- Where can I find the source code for Pixelpanda MCP?
- The source code for Pixelpanda MCP is hosted at github.com/ryankramer/pixelpanda-mcp.