Skip to content
LangChain

Instagram for LangChain

io.github.mcp-dir/instagram-mcp

Instagram for AI agents: publish, read comments and DMs, insights, and engage from your account.

client:LangChain transport:streamable-http tools:33

Install Instagram in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "instagram-mcp": {
            "transport": "streamable_http",
            "url": "https://api.mcp.ai/p_instagram",
        }
})

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 33 tools →

Instagram in other clients