instagram mcp for LangChain
io.github.mcpware/instagram-mcp
Instagram MCP — 23 tools for Instagram Graph API: posts, DMs, stories, reels, analytics.
client:LangChain
transport:stdio
runtime:npm
Install instagram mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"instagram-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@mcpware/instagram-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs