Skip to content
LangChain

ai content drop for LangChain

com.aicontentdrop/ai-content-drop

Make AI videos and images from a description, on one credit balance. Sign in to generate.

client:LangChain transport:streamable-http tools:42

Install ai content drop in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ai-content-drop": {
            "transport": "streamable_http",
            "url": "https://aicontentdrop.com/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

All 42 tools →

ai content drop in other clients