Exposes the Z-Image generation platform as a read-only MCP resource with no API keys required. You get three tools: list_styles returns available generation presets, get_pricing pulls canonical pricing info, and get_official_links surfaces support channels. Four resources cover styles, pricing, FAQ, and official URLs. Two prompts handle basic onboarding and style recommendations. The underlying service is a 6B-parameter diffusion model that handles text-to-image, face swap, background removal, and image-to-video conversion through a browser interface. Reach for this when you want Claude to answer questions about Z-Image capabilities, recommend workflows, or guide users to the right starting point without leaving the chat.
Z-Image - Z-Image AI Image Generator
A Model Context Protocol server that exposes the canonical Z-Image knowledge surface — image generation workflows and styles, pricing, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://z-image.club
Z-Image (z-image.club) is a free online AI image generation and editing platform built around a 6-billion-parameter diffusion model. It lets users produce photorealistic images from text prompts, modify existing photos through guided editing, swap faces, remove backgrounds, and even convert still images into short videos — all through a browser-based interface that requires no local installation. For users who prefer running models locally, the weights are available on Hugging Face and ModelScope, with native ComfyUI workflow support and GGUF/FP8 quantized variants that fit on consumer GPUs with under 16 GB of VRAM.
Z-Image serves a broad range of users who need visual output without deep technical expertise or large budgets. Content creators and social media managers will find the web demo approachable, with one-click tools covering most common tasks. Graphic designers and art directors can use it for fast concept iteration, while e-commerce teams can cut product photography costs by generating studio-quality shots on demand. Developers and ML practitioners are catered to through open weights, ComfyUI compatibility, and multiple quantization options, making it practical to embed the model into existing pipelines. The combination of a free hosted interface and downloadable model weights means both beginners and experienced practitioners can find a workflow that fits their setup.
list_stylesReturn the canonical list of image-generation styles or presets the site exposes. (Z-Image)
Input: no parameters. Returns: text/markdown.
get_pricingReturn the canonical pricing entry point for Z-Image.
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for Z-Image (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
site://z-image/styles — Supported image-generation styles and presets.site://z-image/pricing — Canonical pricing entry point.site://z-image/faq — Short FAQ generated from public site metadata.site://z-image/links — Canonical URLs to share with users.tell_me_about_z_imageSummarize what the site is, who it's for, and how it works. — Z-Image
try_image_style_z_imageRecommend a starting image-generation style for a stated goal. — Z-Image
npx -y @smithery/cli install z-image-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
git clone https://github.com/rocnubie/z-image-mcp.git
cd z-image-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"z-image-mcp": {
"command": "node",
"args": [
"/absolute/path/to/z-image-mcp/src/index.mjs"
]
}
}
}
npx @modelcontextprotocol/inspector node src/index.mjs
pnpm install
pnpm start # run the server over stdio
MIT
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent