Gemini Image Studio
@udhaykumarbala
关于 Gemini Image Studio
MCP server for AI image generation and editing with Google Gemini (NanoBanana). Features structured JSON editing — decompose any image into a blueprint, then edit specific components with dot-notation paths. 5 tools, 10 built-in presets for ads, web, and social media.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"gemini-image-studio-mcp": {
"command": "npx",
"args": [
"-y",
"gemini-image-studio-mcp"
],
"env": {
"GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>"
}
}
}
}工具
5Create a new image from text prompt, JSON prompt, or both. Supports presets for common asset types (ads, web, social).
Analyze an image and return a structured JSON blueprint of all visual components. Use this as the first step before editing an image with JSON changes.
Edit an existing image using structured JSON changes (dot-notation paths) or natural language instructions. For JSON edits, run decompose_image first to get the blueprint.
List available asset presets with dimensions, tips, and conventions for ads, web pages, and social media.
Browse and search previously generated images in the output directory, with optional metadata and blueprints.
概览
What is Gemini Image Studio?
Gemini Image Studio is an MCP server that integrates with Google's Gemini to generate, edit, and decompose images using text or JSON prompts. It offers preset support and a structured JSON editing pipeline for precise, targeted changes. It is designed for developers and content creators who need programmatic control over image generation and modification.
How to use Gemini Image Studio?
—
Key features of Gemini Image Studio
- generate_image — Create images from text or JSON prompts with preset support
- decompose_image — Analyze images into structured JSON blueprints
- edit_image — Edit via JSON dot-notation paths or natural language
- get_presets — 10 built-in presets for common formats (Facebook ads, Instagram stories, hero images, OG images, YouTube thumbnails, etc.)
- list_generated — Browse generated images with metadata and edit history
Use cases of Gemini Image Studio
- Generate social media assets (ads, stories, thumbnails) using presets
- Decompose an existing image into a modifiable JSON blueprint
- Edit specific image fields (e.g.,
subject[0].hair.color) without affecting the rest of the image - Browse previously generated images and their edit history for reuse or iteration
FAQ from Gemini Image Studio
What makes Gemini Image Studio different from other image generation tools?
It uses a structured JSON editing pipeline: generate → decompose → edit specific fields → regenerate. This allows precise changes without affecting the rest of the image.
What presets are available?
The server includes 10 built-in presets for common formats such as Facebook ads, Instagram stories, hero images, OG images, and YouTube thumbnails.
Can I edit images using natural language?
Yes, the edit_image tool supports both JSON dot-notation paths and natural language instructions for editing.
媒体与设计 分类下的更多 MCP 服务器
MiniMax MCP JS
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
评论