Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
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\""
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bashCommand-line arguments passed to the server process
npx claudepluginhub lucklyric/cc-dev-tools --plugin nanobanana