Photopea MCP Server
Related Servers
Alternatives to Photopea MCP Server
- AlicenseBqualityAmaintenanceEnables AI assistants to control Adobe Photoshop programmatically, supporting recipe workflows, state awareness, and generative AI features through natural language commands.201197,307 npm479MIT
Related Servers
- FlicenseNot gradedqualityBmaintenanceAn MCP server that provides headless, read/write access to Photopea for image editing, including layers, text, filters, and document operations, enabling agents to edit images programmatically.2-
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to drive a layered raster image editor with painting, shapes, text, filters, and internet-sourced images and fonts via MCP tool calls, with token-efficient rendering and export.MIT
- AlicenseBqualityBmaintenanceEnables AI agents to drive Adobe Photoshop on macOS through natural language, covering autonomous Adobe Firefly generative fill and object removal, Sensei AI sky and subject selection, non-destructive layer, adjustment, and text tooling, plus photographic workflows like sky harmonization and distraction removal. It also supports full document management, Camera Raw adjustments, and raw ExtendScript execution for custom operations.47MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to perform GIMP-style image operations such as open, resize, crop, flip, rotate, blur, desaturate, text overlay, export, and batch processing via MCP tools, supporting both mock (Pillow) and live GIMP backends.1MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to control Adobe Photoshop programmatically through natural language, with state awareness, recipe tools, and a standalone UI.7,307 npmMIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to generate and compose thumbnails using tools like get_capabilities, measure, render_thumbnail, render_variants, and get_canvas, with a document model that supports layers, effects, and masking.MIT
TDQS
Scored across 34 tools
Most tools have clearly distinct purposes, but apply_adjustment and apply_filter are easily confused (both destructively modify the active layer's pixels), and add_layer vs add_fill_layer could be ambiguous without close reading. Overall, intentional pairs like make/modify/fill/clear_selection are well-differentiated.
All 34 tools follow the photopea_verb_noun snake_case pattern. Minor synonym variations (get vs list, create vs add) are consistent in style and do not break the overall predictable naming convention.
34 tools substantially exceeds the 25+ threshold for a heavy tool set. While the image editing domain is broad, many tools (e.g., add_layer/add_fill_layer, apply_adjustment/apply_filter) could be consolidated into parameterized operations without losing capability.
The tool surface covers document lifecycle, layer manipulation, text and shapes, selections, adjustments, filters, fonts, export, undo/redo, and scripting. Common operations like crop or rotating the canvas are missing, but core workflows are fully covered and run_script provides an escape hatch.