agnes-image-mcp
Related Servers
Alternatives to agnes-image-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables MCP-compatible AI clients to generate and edit images via the DreamLayer Agent API, including text-to-image, image-to-image, background removal, and upscaling, with support for uploading images and managing execution streams.615 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables MCP clients to generate and edit images through any OpenAI-compatible image API, saving results as local files and returning absolute paths for immediate use.4 npmMIT
- FlicenseNot gradedqualityCmaintenanceEnables AI image generation, editing, upload, and local download through CloseAI's gpt-image-2 service, allowing MCP-compatible clients like Codex to manage images with configurable models, sizes, and quality.-
- AlicenseAqualityBmaintenanceEnables MCP clients to inspect, convert, resize, compress, crop, rotate, watermark, background-remove, and batch-process images with secure path confinement and result verification.14MIT
- AlicenseAqualityCmaintenanceEnables MCP-compatible IDEs to generate images and videos using Agnes 2.5 flash models through natural language prompts, with tools for image generation, asynchronous video creation, and video polling.432 PyPIMIT
- AlicenseAqualityAmaintenanceEnables MCP clients to generate images and iteratively edit them using OpenAI's gpt-image-2 models, with session management, background job polling, and local file saving.8556 npmMIT
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: single generation, batch generation, downloading, and validating images. The singular/plural naming clearly separates generate_image from generate_images, and download/validate do not overlap with generation.
All tool names follow the same verb_noun snake_case pattern: generate_image, generate_images, download_image, validate_image. The pluralization is intentional and consistent with the batch behavior.
Four tools are well-scoped for an image generation server covering creation, batch creation, download, and validation. The count is small enough to avoid overload while providing a complete practical workflow.
The server covers the core image generation workflow: single generation, batch generation, downloading results, and validating local files. Minor gaps exist, such as no explicit image editing or metadata retrieval, but these are not essential to its stated purpose.