z image studio provides text-to-image generation via the Z-Image-Turbo model. It exposes a CLI, web UI, and MCP server for generating images from text prompts. The server connects to the Tongyi-MAI/Z-Image-Turbo base model and quantized models. Developers use it to integrate text-to-image generation into applications, automate image creation, or build custom interfaces for image generation.
z image studio provides text-to-image generation via the Z-Image-Turbo model. It exposes a CLI, web UI, and MCP server for generating images from text prompts. The server connects to the Tongyi-MAI/Z-Image-Turbo base model and quantized models. Developers use it to integrate text-to-image generation into applications, automate image creation, or build custom interfaces for image generation.
pip install z-image-studioAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"iconben-z-image-studio-github": {
"command": "uvx",
"args": [
"pip install z-image-studio"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from z image studio?"
No configuration required. This server works out of the box.
"What resources are available in z image studio?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in z image studio"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in z image studio with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.