ai-image-merge-mcp
Related Servers
Alternatives to ai-image-merge-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI image processing tools such as vectorization, background removal, upscaling, and logo generation from any MCP-compatible client like Claude Code or Cursor.13 npmMIT
- AlicenseAqualityCmaintenanceEnables AI photo generation, editing, and video creation from MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.87 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables AI clients like Claude and ChatGPT to generate images and videos, animate images, create lip-synced videos, list TTS voices, and manage media via remote MCP tools.-
- AlicenseAqualityAmaintenanceWraps OpenAI-compatible text-to-image APIs as MCP tools, enabling image generation directly from conversations in Claude Code, Codex, Cursor, or Claude Desktop using the user's own API key.62Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables image generation and editing using Google Vertex AI's Imagen API through natural language commands in MCP clients like Claude Desktop.21 npm1MIT
- FlicenseNot gradedqualityCmaintenanceRemote MCP server that integrates WaveSpeed's image and video generation into Claude, supporting text-to-image, image editing, video generation, and job status polling via custom connector.-
TDQS
Scored across 2 tools
merge_images starts a new image merge task, while get_merge_status checks an existing task's status and retrieves the result. Their purposes are clearly distinct and there is no overlap that would confuse an agent.
Both tool names follow a consistent verb_noun pattern: merge_images and get_merge_status. The verbs clearly indicate actions (merge/check) and the nouns describe the target resource.
The server has exactly two operations needed for its narrow purpose: submitting a task and polling for its result. This is well-scoped and does not feel too thin or too heavy.
The tool set covers the full workflow from initiating an image merge to retrieving the generated image URL. There are no obvious missing operations for the stated purpose of merging two images via the AI Image Merge service.