JimothySnicket/gemini-image-mcp
MCP server for Google Gemini image generation, editing, and processing
Platform-specific configuration:
{
"mcpServers": {
"gemini-image-mcp": {
"command": "npx",
"args": [
"-y",
"gemini-image-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Google Gemini image generation, editing, and processing. Two tools, no bloat.
Built on Gemini's native image generation API (generateContent), not the deprecated Imagen API. If you're migrating from Imagen (shutting down June 2026), this is what you move to — multi-turn editing, reference images, and all the features Imagen didn't have.
npm install -g @jimothy-snicket/gemini-image-mcpOr use directly with npx:
npx -y @jimothy-snicket/gemini-image-mcpClaude Code (one command):
claude mcp add gemini-image -- npx -y @jimothy-snicket/gemini-image-mcpRequires a GEMINI_API_KEY environment variable — see Setup for details.
Set up a config file (optional):
npx @jimothy-snicket/gemini-image-mcp --initCreates ~/.gemini-image-mcp.json with commented defaults. For project-specific overrides:
npx @jimothy-snicket/gemini-image-mcp --init --localLoading reviews...