Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"nano-banana": {
"command": "npx",
"args": [
"-y",
"nano-banana-mcp"
],
"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.
npxGEMINI_API_KEY=${GEMINI_API_KEY}