Createya — AI Image & Video Generation for LangChain
io.github.createya-ai/createya-mcp
100+ AI models: FLUX, Sora, Veo, Kling, Runway, Suno. OAuth or Bearer. No VPN. RU billing.
client:LangChain
transport:streamable-http
Install Createya — AI Image & Video Generation in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"createya-mcp": {
"transport": "streamable_http",
"url": "https://api.createya.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs