pixelpanda mcp for Cursor
io.github.ryankramer/pixelpanda-mcp
33 image tools: free local editing, AI upscaling, background removal, and product photos
client:Cursor
transport:stdio
runtime:pypi
Install pixelpanda mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pixelpanda-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pixelpanda-mcp"
],
"env": {
"PIXELPANDA_API_TOKEN": "<PIXELPANDA_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs