Skip to content
LangChain

Ad Creative Intelligence for LangChain

io.github.atul0016/ad-creative-intelligence

Creative fatigue, winning-angle, competitor ad, and hook benchmark intelligence.

client:LangChain transport:stdio runtime:pypi

Install Ad Creative Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ad-creative-intelligence": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["ad-creative-intelligence-mcp"],
        }
})

tools = await client.get_tools()

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

Ad Creative Intelligence in other clients