Runway AI Video Generation for LangChain
io.github.sidart10/runway-mcp-server
AI video generation with Gen-4, Veo 3, and Aleph editing. Text-to-video, image-to-video, 4K upscale
client:LangChain
transport:stdio
runtime:pypi
Install Runway AI Video Generation in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"runway-mcp-server": {
"transport": "stdio",
"command": "uvx",
"args": ["runway-mcp-server"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs