pixelpanda mcp for Zed
io.github.ryankramer/pixelpanda-mcp
33 image tools: free local editing, AI upscaling, background removal, and product photos
client:Zed
transport:stdio
runtime:pypi
Install pixelpanda mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pixelpanda-mcp": {
"command": "uvx",
"args": [
"pixelpanda-mcp"
],
"env": {
"PIXELPANDA_API_TOKEN": "<PIXELPANDA_API_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs