npx claudepluginhub tygwan/stitchkitAdd 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
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.
npxGOOGLE_AI_API_KEY=${GOOGLE_AI_API_KEY}