Loading MCP server directory, please wait...
Generate and edit images with Google Gemini (Nano Banana / Nano Banana Pro) image models.
npx @getmcp/cli add io.github.chrischall/gemini-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
GEMINI_API_KEYYour Google Gemini API key (aistudio.google.com/apikey)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.chrischall/gemini-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/gemini-mcp"
],
"env": {
"GEMINI_API_KEY": "",
"GEMINI_IMAGE_MODEL": "",
"GEMINI_OUTPUT_DIR": ""
}
}
}
}