Used by 2 plugins
Connects to Google Photos to search, analyze, and manage images using natural language.
Add to your .mcp.json:
{
"mcpServers": {
"nano-banana": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/index.js"
],
"env": {
"GEMINI_API_KEY": "${GEMINI_API_KEY}"
}
}
}
}Replace placeholder values for: GEMINI_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
nodeGEMINI_API_KEY=${GEMINI_API_KEY}