nanobanana

stdio

Used by 4 plugins

Installs nanobanana, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub lucklyric/cc-dev-tools --plugin nanobanana
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "nanobanana": {
      "command": "bash",
      "args": [
        "-c",
        "[ -d \"${CLAUDE_PLUGIN_ROOT}/mcp-server/node_modules\" ] || npm install --production --ignore-scripts --prefix \"${CLAUDE_PLUGIN_ROOT}/mcp-server\" >&2 && exec node \"${CLAUDE_PLUGIN_ROOT}/mcp-server/dist/index.js\""
      ]
    }
  }
}
Security Considerations
Admin access level

This server has elevated permissions. Review the source code before enabling.

Command
bash
Access Level
admin
Arguments
-c[ -d "${CLAUDE_PLUGIN_ROOT}/mcp-server/node_modules" ] || npm install --production --ignore-scripts --prefix "${CLAUDE_PLUGIN_ROOT}/mcp-server" >&2 && exec node "${CLAUDE_PLUGIN_ROOT}/mcp-server/dist/index.js"