MCP Server
Maintained
io.github.RyanKramer/pixelpanda-mcp MCP Server
io.github.RyanKramer/pixelpanda-mcp
What is the io.github.RyanKramer/pixelpanda-mcp MCP server?
31 image tools: free local editing, AI background removal, and product photos
How to install io.github.RyanKramer/pixelpanda-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
PIXELPANDA_API_TOKENsecretPixelPanda API token for paid tools (optional — free tools work without it)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"pixelpanda-mcp": {
"command": "uvx",
"args": [
"pixelpanda-mcp"
],
"env": {
"PIXELPANDA_API_TOKEN": "<YOUR_PIXELPANDA_API_TOKEN>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"pixelpanda-mcp": {
"command": "uvx",
"args": [
"pixelpanda-mcp"
],
"env": {
"PIXELPANDA_API_TOKEN": "<YOUR_PIXELPANDA_API_TOKEN>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pixelpanda-mcp": {
"command": "uvx",
"args": [
"pixelpanda-mcp"
],
"env": {
"PIXELPANDA_API_TOKEN": "<YOUR_PIXELPANDA_API_TOKEN>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pixelpanda-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pixelpanda-mcp"
],
"env": {
"PIXELPANDA_API_TOKEN": "<YOUR_PIXELPANDA_API_TOKEN>"
}
}
}
}Claude Code
claude mcp add pixelpanda-mcp --env PIXELPANDA_API_TOKEN=<YOUR_PIXELPANDA_API_TOKEN> -- uvx pixelpanda-mcpRelated MCP servers
io.github.RyanKramer/shippost-mcp
Maintained
Twitter/X tools for AI agents — read timelines, post tweets, search, and engage
0
View repository →Python
MIT