Skip to content
LangChain

BananaBanana Image, Video & Speech Generation for LangChain

pro.bananabanana/image-video

Images, video & speech: Nano Banana, GPT Image, Veo, Omni, Wan, Grok, Gemini TTS. Pay as you go.

client:LangChain transport:streamable-http

Install BananaBanana Image, Video & Speech Generation in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "image-video": {
            "transport": "streamable_http",
            "url": "https://bananabanana.pro/api/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

BananaBanana Image, Video & Speech Generation in other clients