CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnJobsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Jobs
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. MCP
  2. /
  3. Z-Image Studio

Z-Image Studio

Editor's Note

This server wraps the Z-Image-Turbo diffusers model and exposes it via MCP tools for local AI agent workflows. You get image generation with seed control, model listing with hardware-aware precision recommendations, and generation history browsing. It's optimized for local hardware acceleration across NVIDIA CUDA, AMD ROCm on Linux, Apple Silicon MPS, and Intel XPU. Supports multiple LoRAs per generation and automatic dimension adjustment. The MCP implementation runs over stdio, SSE, or Streamable HTTP transports, returning identical structured content across all three. Reach for this when you want Claude or another agent to generate images locally without hitting external APIs, especially if you're already running the Z-Image CLI or web UI and want to expose those capabilities programmatically.

Install

claude mcp add --transport stdio iconben-z-image-studio uvx z-image-studio
GitHub Stars115
Votes
0
View on GitHub

Comments

Login to comment

Related AI & LLM Tools MCP Servers

View all →
Everything

modelcontextprotocol/servers/everything

0
85.8k
A test MCP server that demonstrates prompts, tools, resources, sampling, and roots interactions for client testing.
Memory

modelcontextprotocol/servers/memory

0
85.8k
Provides memory primitives for AI agents, enabling persistent context across conversations.
Context7

upstash/context7

-1
55.4k
Provides up-to-date library documentation and code examples via MCP for immediate access in prompts.
Claude-Flow

ruvnet/claude-flow

0
51.8k
Provides a production-ready MCP server to connect clients, route tasks, and coordinate 60+ agents with self-learning capabilities.
GitHub

github/github-mcp-server

0
29.9k
Connects AI tools to GitHub context to read repos, manage issues/PRs, analyze code, and automate workflows via natural language prompts.
FastMCP

jlowin/fastmcp

0
25.2k
Provides a production-ready framework to build MCP servers and clients with tools, resources, prompts, and enterprise authentication.