Stats
Actions
Tags
From stitchkit
NanoBanana MCP server running locally via stdio subprocess. Requires Google AI API key for Gemini integration and NANOBANANA_MODEL for model selection.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"nanobanana-mcp": {
"command": "npx",
"args": [
"-y",
"@ycse/nanobanana-mcp"
],
"env": {
"GOOGLE_AI_API_KEY": "${GOOGLE_AI_API_KEY}"
}
}
}
}Replace placeholder values for: GOOGLE_AI_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
GOOGLE_AI_API_KEY=${GOOGLE_AI_API_KEY}Sensitive values you must provide — never committed to source control
npx claudepluginhub tygwan/stitchkit