Skip to content
LangChain

Opus Growth, Ad Platforms MCP Connector for LangChain

io.github.opusgrowth/ads-mcp

Run Google, Meta, Microsoft, TikTok and LinkedIn Ads from Claude or ChatGPT. Writes need approval.

client:LangChain transport:streamable-http

Install Opus Growth, Ad Platforms MCP Connector in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ads-mcp": {
            "transport": "streamable_http",
            "url": "https://mcp.opus-growth.com/mcp",
        }
})

tools = await client.get_tools()

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

Opus Growth, Ad Platforms MCP Connector in other clients