Loading MCP server directory, please wait...
An MCP server that provides image generation and editing capabilities
npx @getmcp/cli add io.github.zhongweili/nanobanana-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
GEMINI_API_KEYYour Gemini API key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.zhongweili/nanobanana-mcp-server": {
"command": "uvx",
"args": [
"nanobanana-mcp-server"
],
"env": {
"GEMINI_API_KEY": "",
"IMAGE_OUTPUT_DIR": ""
}
}
}
}