Remotion-Factory for LangChain
io.github.evozim/render-stream
Automated Remotion audiovisual production and render controller.
client:LangChain
transport:sse
Install Remotion-Factory in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"render-stream": {
"transport": "streamable_http",
"url": "https://render-stream-mcp.vercel.app/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs