MCP Server for Google Gemini Native Image Generation and Imagen 3. Support for 512, 1K, 2K, and 4K resolutions.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gemini-image-mcp": {
"command": "npx",
"args": [
"-y",
"notsointresting/gemini-image-mcp"
]
}
}
}
Run in terminal:
claude mcp add gemini-image-mcp npx -y notsointresting/gemini-image-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"gemini-image-mcp": {
"command": "npx",
"args": [
"-y",
"notsointresting/gemini-image-mcp"
]
}
}
}