z-image-studio
Verified Safeby iconben
Overview
Provides a local text-to-image generation server with CLI, Web UI, and an MCP (Model Context Protocol) interface for AI agents.
Installation
zimg-mcpEnvironment Variables
- SDNQ_LOG_LEVEL
- ZIMAGE_MCP_TRANSPORT
- ZIMAGE_BASE_URL
- Z_IMAGE_STUDIO_DATA_DIR
- Z_IMAGE_STUDIO_OUTPUT_DIR
Security Notes
The server handles file uploads and local image generation, utilizing subprocess calls for hardware detection. It employs path sanitization for outputs and parameterized SQL queries to prevent injection vulnerabilities. Image generation logic runs in a dedicated worker thread, which, while executing functions passed to it, is controlled internally by the server and not exposed to arbitrary user code. File size limits are enforced for LoRA uploads. No direct 'eval' or apparent hardcoded secrets were identified. Standard security practices for a local Python application of this nature are in place.
Similar Servers
imgenx
AI image and video generation and processing, functioning as a command-line tool or MCP server.
atlantis-mcp-server
Provides a local Model Context Protocol (MCP) server for dynamically hosting and managing Python functions and third-party MCP servers, primarily for AI agent interaction, with optional cloud integration.
Grok-MCP
Serves as an MCP interface for xAI's Grok API, enabling access to diverse AI capabilities like image understanding, generation, web search, and advanced reasoning.
seedream-image-mcp
Generates images using the Volcengine SeeDream model via the Model Context Protocol (MCP) for AI agents and clients.