Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸŽØ Art & Culture
  3. Gemini Image
Gemini Image logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 7:01:21 PM

Gemini Image

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
image-generationgeminiimage-processingmcp

Generates and edits images with Gemini, plus local cropping, resizing, keying, trimming, and format conversion.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Configure Environment Variables (API Keys, Tokens, Options):
Add required secrets below — values are included directly in the generated snippet so you can copy and paste with confidence.
Quick Add:
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "gemini-image": {
      "command": "npx",
      "args": [
        "-y",
        "@jimothy-snicket/gemini-image-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "YOUR_VALUE_HERE"
      }
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesšŸŽØ More in Art & Culture

Overview

The gemini-image MCP server exposes Google Gemini image generation and local image-processing tools over stdio. It saves generated results to disk instead of returning image data through the agent context, and can maintain multi-turn editing sessions. Use it when an MCP client needs text-to-image generation, reference-image editing, transparent assets, or free local transformations; a GEMINI_API_KEY is required for Gemini operations.

Use cases

•Generate image assets from text prompts
•Edit reference images across multiple turns
•Create transparent PNGs from generated or local images
•Crop and resize images locally without API calls
•Convert image files between PNG, JPEG, and WebP

Key features

•Gemini text-to-image generation and editing
•Multi-turn sessions with saved output files
•Local crop, resize, trim, and format conversion
•Threshold and chroma-key background removal
•Configurable rate and cost limits
•Generation manifests with cost estimates

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Gemini Image.

Extracted Tool Capabilities
Gemini text-to-image generation and editing
Multi-turn sessions with saved output files
Local crop, resize, trim, and format conversion
Threshold and chroma-key background removal
Configurable rate and cost limits
Generation manifests with cost estimates

How Gemini Image works

What gemini-image MCP server does

The gemini-image MCP server connects MCP clients to Google Gemini's native image-generation models through the generateContent API. It provides two tools: generate_image for remote Gemini operations and process_image for local transformations. Generated images are saved to disk, so an agent can work with file paths rather than streaming image data through its context.

generate_image supports text-to-image requests, editing with reference images, multi-turn refinement through session IDs, configurable aspect ratios and resolutions, integer seeds, and optional Google Search grounding on supported Gemini 3.x image models. It can accept multiple reference images, with the README documenting approximate limits for specific models. Responses include token counts, estimated cost, and session totals.

The local tool handles crop, resize, background removal, whitespace trimming, and conversion among PNG, JPEG, and WebP. Background removal can use threshold-based processing, chroma keying, or the optional local AI matte workflow. The result can be a transparent PNG without an additional Gemini API call.

How it works

The gemini-image MCP server runs as a local stdio process. MCP clients start the package with npx -y @jimothy-snicket/gemini-image-mcp and provide the Gemini credential through the process environment. Gemini requests use the configured model and write output files to the selected directory. Duplicate names are automatically versioned, and subfolders can organize related outputs.

Multi-turn generation uses a sessionId; earlier turns remain available as context until the configured session timeout. Every generation is also recorded in a generations.jsonl manifest containing the prompt, parameters, and cost information. Request and cost limits can be configured to restrict agent activity over a rolling hour.

Setup and configuration

Install or run the package with npm:

Terminal
npx -y @jimothy-snicket/gemini-image-mcp

Create a Gemini API key in Google AI Studio and expose it as GEMINI_API_KEY. The same variable can be passed in an MCP client's environment configuration. Claude Code and Claude Desktop examples are provided in the project documentation, and any MCP client supporting stdio transport can launch the process.

Optional configuration can be supplied through environment variables or JSON files. Supported settings include OUTPUT_DIR, DEFAULT_MODEL, LOG_LEVEL, REQUEST_TIMEOUT_MS, MAX_REQUESTS_PER_HOUR, MAX_COST_PER_HOUR, SESSION_TIMEOUT_MS, and GEMINI_IMAGE_AUTO_INSTALL. Configuration precedence is environment variables, project config, global config, then defaults. The --init option creates a documented config file, while --init --local creates a project-specific one.

Tools and capabilities

  • Generate images from text prompts.
  • Edit images supplied as local reference-file paths.
  • Refine images across multi-turn sessions.
  • Save outputs with custom names, subfolders, and automatic versioning.
  • Crop by pixels, aspect ratio, center, or focal point.
  • Resize while maintaining aspect ratio.
  • Remove backgrounds with threshold, chroma-key, or optional AI matte processing.
  • Trim whitespace and convert between PNG, JPEG, and WebP.
  • Set model, aspect ratio, resolution, seed, output location, and request limits.

Limitations and notes

Gemini generation requires GEMINI_API_KEY and may incur API usage costs; the project reports estimates using a built-in pricing table and optional model-specific overrides. Unknown models can still run, but their cost is reported as unknown. The local processing tool does not require API calls.

The default output directory is ~/gemini-images, and the default model is gemini-2.5-flash-image. Supported parameters and aspect ratios depend on the selected Gemini model; for example, some resolutions and very wide or tall ratios are documented as model-specific. Automatic AI matte installation can be disabled with GEMINI_IMAGE_AUTO_INSTALL=0, in which case auto background removal falls back to chroma or threshold processing with instructions.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Art & Culture View all alternatives
  • MCP Alphabanana logoMCP Alphabanana

    Local MCP server for generating image assets with Google Gemini (Nano Banana 2 / Pro). Supports transparent PNG/WebP output, exact resizing/cropping, up to 14 reference images, and Google Search grounding.

    šŸŽØ Art & Culture3 views
    Compare vs MCP Alphabanana →
  • Svgmaker MCP logoSvgmaker MCP

    Provides AI-driven SVG generation and editing via natural language, with real-time updates and secure file handling.

    šŸŽØ Art & Culture3 views
    Compare vs Svgmaker MCP →
  • Davinci Resolve MCP logoDavinci Resolve MCP

    MCP server integration for DaVinci Resolve providing powerful tools for video editing, color grading, media management, and project control

    šŸŽØ Art & Culture5 views
    Compare vs Davinci Resolve MCP →
  • MCPFlux logoMCPFlux

    Flux AI image generation and editing (Black Forest Labs) via Ace Data Cloud API.

    šŸŽØ Art & Culture3 views
    Compare vs MCPFlux →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
8d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Gemini Image

Run `npx -y @jimothy-snicket/gemini-image-mcp`, or install it globally with `npm install -g @jimothy-snicket/gemini-image-mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGemini Image AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/gemini-image?style=directory)](https://allmcps.com/mcp/gemini-image)
HTML Embed
<a href="https://allmcps.com/mcp/gemini-image"><img src="https://allmcps.com/api/badge/gemini-image?style=directory" alt="Gemini Image on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸŽØArt & Culture
PricingBring your own API key (usage-based cost)
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsClaude Desktop
Last updatedSep 16, 2026
11/16 checks healthy over the last 45d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit8d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 16, 2026
41Quality signal: Fair Ā· 41/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 3d ago via OSV.dev Ā· @jimothy-snicket/gemini-image-mcp (npm)

ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸŽØ Art & Culture →Best Google Workspace MCP servers →Alternatives to Gemini Image →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients