AI & Machine Learning
bananabanana.pro
Generates and edits images and videos using AI models.
ENDPOINT 1
https://bananabanana.pro/api/mcp
Known tools 0
No tool metadata was available in the registry cache.
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bananabanana-pro]
url = "https://bananabanana.pro/api/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"bananabanana-pro": {
"type": "http",
"url": "https://bananabanana.pro/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: bananabanana-pro
Remote MCP URL: https://bananabanana.pro/api/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bananabanana-pro": {
"url": "https://bananabanana.pro/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"bananabanana-pro": {
"type": "http",
"url": "https://bananabanana.pro/api/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "bananabanana-pro bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "bananabanana-pro",
"transport": "streamable-http",
"url": "https://bananabanana.pro/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://bananabanana.pro/mcp
MCP server metadata
- Name
- bananabanana
- Version
- 1.1.0
Generate AI images (Nano Banana family), videos (Veo 3.1, Omni Flash), and Gemini 3.1 Flash TTS speech from the user's BananaBanana balance. Start with list_models for current prices. Generations are async: a generate_* tool returns a job_id, poll get_result for media URLs. Video (and multi-image) calls require confirm_cost — the first call returns a quote without charging. Failed generations are refunded automatically. Docs: https://bananabanana.pro/mcp
Known tools 9
list_modelsList all available image, video and speech generation models with current per-unit USD prices, supported resolutions, durations and constraints.
Inferred read-onlyget_accountGet the current account balance (USD), this API key's name, optional daily spend cap and how much of it is used today.
Inferred read-onlyedit_imageEdit / refine a previously generated image with a text instruction (multi-turn editing: change colors, remove objects, restyle, etc.).
Potential side effectsgenerate_videoStart an AI video generation (Google Veo 3.1 family or Gemini Omni Flash).
Inferred read-onlyedit_videoEdit an EXISTING video with Gemini Omni Flash (video-to-video): restyle it, replace or add objects, relight the scene, change the mood — motion and composition of the source clip are preserved.
Potential side effectsget_resultGet the status and result of a generation job started with generate_image / edit_image / generate_video / edit_video.
Inferred read-onlylist_generationsList this account's recent generations (both MCP and website) — id, type, model, status, cost and prompt preview.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bananabanana]
url = "https://bananabanana.pro/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bananabanana": {
"type": "http",
"url": "https://bananabanana.pro/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bananabanana
Remote MCP URL: https://bananabanana.pro/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bananabanana": {
"url": "https://bananabanana.pro/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bananabanana": {
"type": "http",
"url": "https://bananabanana.pro/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bananabanana",
"transport": "streamable-http",
"url": "https://bananabanana.pro/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bananabanana.pro was fetched 2026-07-31T00:37:38.408Z and is being refreshed.
bananabanana.pro is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.