z-image-studio vs time
Side-by-side comparison to help you pick between these two MCP servers.
z-image-studio by iconben | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 115 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsMedia | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
z-image-studio · Summary
A comprehensive MCP server for Z-Image-Turbo text-to-image generation with CLI, Web UI, and multiple GPU optimizations.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
z-image-studio · Use cases
- AI agents needing to generate images from text descriptions
- Automated content creation workflows requiring visual assets
- Local development environments with image generation capabilities
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
z-image-studio · Install
Installation
**Using uv (recommended):**
uv tool install git+https://github.com/iconben/z-image-studio.git**Using pip:**
pip install z-image-studio**Global CLI Installation:**
uv tool install z-image-studio
# Update:
uv tool upgrade z-image-studio**MCP Server Configuration:** After installation, the MCP server can be accessed via:
- stdio:
zimg mcporzimg-mcp - SSE:
/mcp-sse - Streamable HTTP:
/mcp
For Claude Desktop, add to config.json:
{
"mcpServers": {
"z-image-studio": {
"command": "zimg",
"args": ["mcp"]
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}