Qwen 2 MCP Server
Related Servers
Alternatives to Qwen 2 MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityAmaintenanceEnables creating and managing GPT Image tasks (edit and text-to-image) via RunAPI, with options to poll status and check pricing.594 npmApache 2.0
- AlicenseBqualityAmaintenanceEnables AI image and video generation tasks (text-to-image, image-to-video, edit, upscale, etc.) via RunAPI, with support for polling and pricing lookups.10239 npmApache 2.0
- AlicenseBqualityAmaintenanceEnables text-to-image generation using Z Image models via RunAPI, with task management and pricing lookup.335 npmApache 2.0
- AlicenseAqualityBmaintenanceEnables text-to-image generation and image editing via Alibaba Cloud DashScope's Qwen Image models, supporting prompt-based generation and reference-image editing with multiple model options and configurable parameters.2MIT
- AlicenseAqualityAmaintenanceEnables background removal and upscaling of images using Recraft models via RunAPI, with task polling and pricing lookup.528 npmApache 2.0
- AlicenseAqualityBmaintenanceQwen Image API access for AI agents: run image generation operations, poll asynchronous results, and check pricing through one focused MCP server.628 npmApache 2.0
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: login (auth), edit_image and text_to_image (different task creation modes), get_task (retrieval), and check_pricing (billing). No overlap or ambiguity between tools.
Most tools follow a verb_noun pattern (edit_image, get_task, check_pricing), but login is a bare verb and text_to_image is a noun phrase rather than a clear verb_noun. Slight inconsistency but still readable and predictable.
Five tools cover the essential workflows for a Qwen 2 image server: authentication, two generation modes, result retrieval, and pricing. The count is well-scoped and each tool earns its place.
The tool set covers the full lifecycle: authenticate, create a task (edit or generate), check results, and even check pricing. There are no obvious dead ends or critical missing operations for the stated domain.