ModelScope Image Generation MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MODELSCOPE_API_KEY | Yes | Your ModelScope API Token (MODELSCOPE_SDK_TOKEN). Visit the ModelScope community personal center to obtain it. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_imageC | Generate an image using ModelScope image generation models. The tool will wait until the image is generated and return the image URL. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity or overlap in purpose. The tool 'generate_image' has a clear, singular function that cannot be confused with any other tool.
Since there is only one tool, it inherently follows a consistent naming pattern. The tool name 'generate_image' uses a verb_noun format, which is clear and appropriate for its function.
A single tool is too few for a server focused on image generation, as it lacks essential operations like listing models, managing generation parameters, or handling image variations. This minimal scope limits functionality and agent workflows.
The tool surface is severely incomplete for image generation; it only provides generation without supporting model selection, parameter tuning, or post-processing. This creates significant gaps that will hinder agent tasks requiring more control or information.