test-1
Related Servers
Alternatives to test-1
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceZero-dependency MCP server that equips text-only LLMs (e.g., DeepSeek) with vision by converting images to text descriptions via OpenAI-compatible vision APIs, exposing an img2text tool with multi-provider fallback.120 npm3MIT
- AlicenseAqualityCmaintenanceMCP server for generating and editing images and videos via DashScope/OpenAI-compatible APIs, with tools for text-to-image, image editing, text/video generation, and automatic local download.5MIT
- AlicenseAqualityCmaintenanceMCP server for AI-powered image generation using Google Gemini Nano Banana models. Enables text-to-image generation, image editing, multi-image combination, and favicon generation directly from your AI coding assistant.249 npmMIT

ImageAPI AI MCP Serverofficial
AlicenseAqualityBmaintenanceMCP server for ImageAPI AI that lets AI assistants generate high-resolution images, refine prompts for free, and inspect account credits directly in development workflows and chat sessions.48 npmMIT- AlicenseNot gradedqualityCmaintenanceA lightweight MCP server for image processing and cloud uploads that automates resizing, converting, optimizing, and uploading images to services like AWS S3, Cloudflare R2, and Google Cloud Storage.5 npm18MIT

simplypng-mcpofficial
AlicenseAqualityCmaintenanceMCP server for SimplyPNG background removal APIs. Enables AI agents to remove backgrounds from images, estimate credits, check job status, and download results programmatically.56 npmMIT
TDQS
Scored across 3 tools
The tools are mostly distinct with clear purposes: compress_local_image and compress_remote_image handle compression for different image sources, while resize_image performs a different operation. However, the two compression tools could potentially be confused by an agent since they serve similar functions (compression) but differ only in input source, which might lead to misselection if the agent doesn't carefully parse the descriptions.
All tool names follow a consistent verb_noun pattern using snake_case, with clear action-object naming: compress_local_image, compress_remote_image, and resize_image. The naming is predictable and readable throughout the set.
With only 3 tools, the server feels somewhat thin for an image processing domain, as it covers only compression and resizing. While the tools are focused, the count is borderline low, potentially missing other common operations like format conversion, cropping, or filtering that agents might expect.
The tool surface covers basic image operations (compression and resizing) but has notable gaps for a complete image processing workflow. Missing operations include format conversion, cropping, filtering, or metadata handling, which could cause agent failures when trying to perform common image tasks beyond the provided scope.