In-depth architectural comparison of the Pixel Surgeon MCP and MCPSeedream MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Pixel Surgeon MCP
Art & Culture · Local stdio
Quality: 60/100 (Good) | Auth: API Key required
MCPSeedream
Art & Culture · Local stdio
Quality: 55/100 (Good) | Auth: API Key required
Verdict Summary: Choose Pixel Surgeon MCP if you need specialized Art & Culture tools running via a local process. Choose MCPSeedream if your workspace requires Art & Culture integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Pixel Surgeon MCP when:
You need dedicated capabilities in the Art & Culture domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: API Key required (BYOK (Pay Provider Direct)).
List image and video files in the shared pixel-surgeon directory (/home/user/Pictures/pixel-surgeon). Use this to find images available for editing.
save_image
Copy an image file into the shared pixel-surgeon directory (/home/user/Pictures/pixel-surgeon) so it can be used with edit_image. Use this when the user wants to edit an image that exists elsewhere on their filesystem.
generate_images
Generate multiple images in parallel. Supports Gemini and OpenAI models — pass the model param to choose. Returns the generated images and any accompanying text. Full-resolution images are viewable in the browser viewer.
generate_image
Generate a single image. Supports Gemini and OpenAI models — pass the model param to choose. Full-resolution image is viewable in the browser viewer.
generate_video
Generate a video using Google's Veo 3. Returns an MP4 video file. Video generation takes 1-3 minutes — the tool will poll until complete. Veo 3 generates both video and ambient audio. Videos are saved to the shared directory and viewable in the browser viewer.
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Pixel Surgeon MCP is categorized under Art & Culture and uses a local stdio subprocess. In contrast, MCPSeedream belongs to Art & Culture using local stdio subprocess. Select Pixel Surgeon MCP when you need capabilities focused on art & culture and MCPSeedream when you require tools for art & culture.
Edit an existing image. Supports Gemini and OpenAI models — pass the model param to choose. Provide the filename of an image in /home/user/Pictures/pixel-surgeon (use list_images to see available files, or save_image to import one first). The MCP reads the file directly — do NOT pass base64 image data.
fix_image
Fix an image that has glitched or garbled text by splitting it into tiles, re-rendering each tile, and stitching them back together. This works because smaller sections have less text for the model to handle at once. Use this when a generated image has text artifacts or overloaded text regions.
fix_region
Fix a specific region of an image by cropping it out, sending it for repair, and reinserting it. The crop is automatically snapped to the nearest supported aspect ratio. Use this when only part of an image has glitched text or artifacts — more precise than fix_image's grid approach.
interactive_fix
Opens an image in a browser-based crop tool where the user can draw a rectangle around the region to fix, add notes/instructions, and submit. The tool waits for the user's selection, then sends the cropped region for repair and composites it back into the original image. Best for precise, user-guided fixes.
remove_background
Remove a background color from an image and make it transparent. Outputs a PNG with alpha channel. The image must already exist in /home/user/Pictures/pixel-surgeon (use save_image to import first).
trace_to_svg
Convert a raster image to SVG using potrace vectorization. Best for line art, diagrams, logos, and high-contrast images. The image must already exist in /home/user/Pictures/pixel-surgeon (use save_image to import first).
MCPSeedream Tools (7)
seedream_generate_image
Generate an AI image from a text prompt using ByteDance's Seedream model.
seedream_edit_image
Edit images, including Seedream 5.0 Pro transparent-background mode.
seedream_decompose_image
Split one image into a base and up to 16 positioned transparent layers.
seedream_get_task
Query the status and result of a Seedream image generation or edit task.
seedream_get_tasks_batch
Query multiple Seedream image tasks at once.
seedream_list_models
List all available Seedream models with their capabilities and pricing.
seedream_list_sizes
List all available image sizes and resolution options for Seedream.