From nanobanana
Runs locally as a Node.js MCP server, installing production dependencies via npm if needed, then executing dist/index.js. Capabilities unclear from configuration.
npx claudepluginhub lucklyric/cc-dev-tools --plugin nanobananaAdd 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\""
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bashShare bugs, ideas, or general feedback.