Incarn for LangChain
co.incarn/photo-animation
Animate old family photos into short lifelike videos with AI.
client:LangChain
transport:streamable-http
tools:5
Install Incarn in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"photo-animation": {
"transport": "streamable_http",
"url": "https://api.incarn.co/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs