A Model Context Protocol (MCP) server to generate images by text prompts via modelscope
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"image-generation-mcp-server-2","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Feature - 📝 Support image generation by text via Modelscope # Prerequisites 1. Python 3.11+ 2. Modelscope Key (apply from [Modelscope](https://www.modelscope.cn/)) 3. Node.js (optional, for MCP Inspector) # Install 1. python packages ```bash pip install -r requirements.txt ``` 2. install image_generation_mcp_server ```bash pip install image-generation-mcp-server ``` # Debug by MCP Inspector start the inspector by following command in terminal (replace YOUR_MODELSCOPE_API_KEY with your own key): ```bash npx @modelcontextprotocol/inspector -e MODELSCOPE_API_KEY=YOUR_MODELSCOPE_API_KEY python -m image_generation_mcp_server ``` # Start the server start the server by following command: ```bash env MODELSCOPE_API_KEY=YOUR_MODELSCOPE_API_KEY python -m image_generation_mcp_server ``` or you can add following json into your config file ```json { "mcpServers": { "image-generation-mcp-server": { "command": "python", "args": [ "-m", "image_generation_mcp_server" ], "env": { "MODELSCOPE_API_KEY": "YOUR_MODELSCOPE_API_KEY" } } } } ```
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.