Nano Banana MCP Server
Related Servers
Alternatives to Nano Banana MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityAmaintenanceEnables AI image and video generation tasks (text-to-image, image-to-video, edit, upscale, etc.) via RunAPI, with support for polling and pricing lookups.1091 npmApache 2.0
- AlicenseBqualityAmaintenanceEnables creating and managing GPT Image tasks (edit and text-to-image) via RunAPI, with options to poll status and check pricing.570 npmApache 2.0
- AlicenseBqualityAmaintenanceEnables creating, polling, and checking pricing for Seedream image generation tasks (edit and text-to-image) through a single RunAPI API key.673 npmApache 2.0
- AlicenseAqualityAmaintenanceEnables creating and managing Runway video generation tasks (text-to-video, video extension) through a single RunAPI key, including task polling and pricing checks.536 npmApache 2.0
- AlicenseBqualityAmaintenanceEnables text-to-image generation using Z Image models via RunAPI, with task management and pricing lookup.346 npmApache 2.0
- AlicenseAqualityAmaintenanceEnables background removal and upscaling of images using Recraft models via RunAPI, with task polling and pricing lookup.544 npmApache 2.0
TDQS
Scored across 5 tools
edit_image and text_to_image are clearly distinct generation modes, and login/check_pricing are unambiguous. get_task is slightly generic given two creation paths, but its polling role is conceptually distinct from creation.
Four tools follow a clean verb_noun pattern (get_task, edit_image, text_to_image, check_pricing). Only 'login' deviates as a bare verb, a minor inconsistency.
Five tools is well-scoped for a model-API wrapper: two generation actions, one status poll, one auth, one pricing lookup. Each earns its place with no filler.
Covers create (both modes), poll, auth, and pricing, which handles the core generation lifecycle. Missing list/cancel-task operations are minor gaps an agent can work around.