Skip to content
LangChain

Renderball for LangChain

com.renderball/renderball

Designed, animated, editable presentations your AI writes on Renderball. No account needed to try.

client:LangChain transport:streamable-http tools:8

Install Renderball in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "renderball": {
            "transport": "streamable_http",
            "url": "https://renderball.com/api/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

Renderball in other clients