Generate images, video & speech with Nano Banana, Veo, Omni and Gemini TTS. Pay as you go.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An MCP server for image, video, and speech generation β Google Nano Banana, Veo, Omni, and Gemini TTS models β that lets any MCP client (Claude Code, Claude Desktop, Cursor, and more) create media pay-as-you-go with crypto payments and no subscription.
https://bananabanana.pro/api/mcp (streamable HTTP)Authorization: Bearer bb_live_β¦ β create a keyGenerate images from $0.03, videos from $0.10, and speech for $0.01 per started 200 transcript characters, billed from an account balance you top up with crypto. Cost quotes before every expensive call, automatic refunds on failure, and one shared image/video history with the website.
OAuth is the primary connection path. API keys remain available for clients without OAuth and for scripts or CI:
Use Settings β Connectors β Add custom connector and enter
https://bananabanana.pro/api/mcp, then press Connect and approve access. If your
Desktop build uses claude_desktop_config.json, the OAuth-capable mcp-remote bridge
requires Node.js:
The bridge opens the OAuth sign-in flow on first use. See
docs/authentication.md for the API-key fallback.
Cursor β ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):
VS Code β .vscode/mcp.json (stores the key as an encrypted prompt):
Windsurf β ~/.codeium/windsurf/mcp_config.json:
Ready-to-copy configs live in examples/. Once connected, ask your agent
to run list_models (free) β it returns the live model list and prices. An OAuth user
can also ask the agent to call top_up; the returned browser link grants deposit-only
access without exposing the full profile.
No MCP client? The server is plain JSON-RPC over HTTPS β call it from curl, Python
or TypeScript with no SDK: examples/no-sdk.md (runnable
scripts: generate.py, generate.mjs).
Ten tools; the read-only and account-access tools are free. Full reference in
docs/tools.md.
| Tool | What it does | Key parameters |
|---|---|---|
list_models | List models with live USD prices, resolutions, durations, constraints. Free. | β |
get_account | Balance, key name, daily cap, spend today. Free. | β |
top_up | Return a balance top-up link. OAuth gets a one-time deposit-only link; API-key users get the profile URL. Free. | β |
generate_image | Text-to-image (Nano Banana 2 Lite / 2 / Pro), up to 4K, 1β4 variants. Lite is the default; choose Nano Banana 2 for resolutions above 1024. Returns a job_id. | prompt, model, aspect_ratio, resolution, number_of_images, confirm_cost |
edit_image | Multi-turn edit of a finished image by text instruction. | source_generation_id, prompt, model, resolution |
generate_video | Video (Veo 3.1 family or Omni Flash), optionally from a start frame and reference images. Always quotes first. Returns a job_id. | prompt, model, duration, resolution, with_audio, first_frame, reference_images, confirm_cost |
edit_video | Video-to-video editing on Omni Flash: restyle, replace objects, relight an existing clip. Always quotes first. | prompt, source_generation_id or video_url, duration, audio_prompt, confirm_cost |
generate_speech | Gemini 3.1 Flash TTS speech: one speaker or a two-speaker dialogue. Returns a hosted WAV URL synchronously. | text, voice, language_code, style, speakers |
get_result | Poll a job; returns hosted media URLs (24 h) + cost/balance. Free. | job_id, wait_seconds |
list_generations | Recent account history (shared with the website). Free. | limit, type, status |
Image and video generation is async: generation/editing calls return a job_id; poll
get_result for the media. generate_speech is synchronous and returns its WAV URL
directly. generate_video, edit_video and multi-image generate_image quote first
and charge nothing until you repeat the call with confirm_cost.
Pay-as-you-go in USD: per image, per Veo clip, per second for Omni Flash, and per
started 200 transcript characters for speech. Live numbers come from list_models;
full tables in docs/pricing.md.
| Model | Type | Price |
|---|---|---|
nano-banana-2-lite | Image (1024) | $0.03 |
nano-banana-2 | Image (512β4096) | $0.03 β $0.13 |
nano-banana-pro | Image (1024β4096) | $0.11 β $0.20 |
veo-3.1-lite | Video (720p/1080p; 4, 6 or 8 s) | $0.10 β $0.56 |
veo-3.1-fast | Video (up to 4K; 4, 6 or 8 s) | $0.35 β $2.60 |
veo-3.1 | Video (up to 4K; 4, 6 or 8 s) | $0.70 β $4.40 |
omni-flash | Video (720p, sound, 3β10 s) | $0.10 / s ($0.30 β $1.00) |
gemini-3.1-flash-tts-preview | Speech (WAV) | $0.01 / started 200 transcript characters |
Images cost $0.03β$0.20 each; video costs $0.10β$4.40 per clip, with Omni
Flash billed at $0.10/s. Veo generation accepts 4, 6 or 8 seconds; the 7-second
prices returned by list_models are for extension jobs, not a selectable
generate_video duration. Free tools: list_models, get_account, top_up,
get_result, list_generations. Failed and content-filtered generations are refunded
automatically.
Top-up bonuses can lower the effective cost: deposits of $50+ receive 5% extra balance, deposits of $100+ receive 10%, and an active partner promo code adds another 10%. Bonuses stack. The table shows nominal generation charges; effective out-of-pocket cost depends on the top-up bonus. Promo codes require a normal signed-in profile and are intentionally unavailable in an OAuth deposit-only session.
list_models returns live prices, and
video / batch calls return a quote and charge nothing until confirmed β so an agent
can't run up a surprise bill.idempotency_key bound the
downside further.Published in the official MCP Registry
as pro.bananabanana/image-video. The canonical descriptor is
server.json. Look it up:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/bananabanana-image-video-speech-generation)<a href="https://allmcps.com/mcp/bananabanana-image-video-speech-generation"><img src="https://allmcps.com/api/badge/bananabanana-image-video-speech-generation?style=directory" alt="BananaBanana Image, Video & Speech Generation on AllMCPs" /></a>