muse-image-mcp
Related Servers
Alternatives to muse-image-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables MCP-capable agents to generate and edit images through Gemini or OpenAI, returning an absolute file path instead of image bytes to keep context windows clean.MIT
- AlicenseAqualityAmaintenanceEnables image generation via MiniMax's API through MCP, supporting text-to-image, batch generation, aspect ratios, seed reproducibility, and image-to-image with character references.129MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI-powered image generation using Google's Gemini 2.5 Flash Image Preview model, supporting text-to-image and image-to-image generation through the MCP interface.-
- AlicenseAqualityBmaintenanceEnables generating and editing images via OpenAI GPT Image 2.5 models (flare and sunburst) through MCP tools for text-to-image and reference-based image editing.2MIT
- AlicenseAqualityBmaintenanceGenerates and edits images using OpenAI GPT Image or Google Gemini models, saving every result to disk and returning local file paths so AI assistants can continue working with the images. It enables prompt-based image creation, editing, inpainting, multi-image composition, and model listing through MCP tools.131Apache 2.0
- AlicenseNot gradedqualityBmaintenanceGenerates and edits images using OpenAI image models via MCP tools.MIT
TDQS
Scored across 3 tools
generate_image (text-to-image) is clearly distinct, but edit_image (single-turn edit from existing images) and iterate_image (multi-turn conversational edit) overlap in purpose. The descriptions do clarify the difference via the response_id/previous_response_id mechanic, so an agent can likely distinguish them.
All three tools follow a consistent verb_noun pattern: generate_image, edit_image, iterate_image. The convention is predictable and uniform.
Three tools is on the lean side but appropriate for a focused image generation/editing service. Each tool covers a distinct mode (create, single edit, iterative edit), though the surface feels slightly thin.
The core image workflow (generate, edit, iterate) is covered, and tool outputs return file paths with clear semantics. Missing extras like batch generation, upscaling, or listing past generations are minor gaps an agent can work around.