VidGuy for LangChain
io.github.vidguy-ai/vidguy
Create short-form videos and images, manage brands, and schedule social content with VidGuy.
client:LangChain
transport:streamable-http
Install VidGuy in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"vidguy": {
"transport": "streamable_http",
"url": "https://www.vidguy.ai/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs