🤖 Instagram MCP AI Agent – Read, Reply & Manage Comments with GPT-4o

Go to Workflow
4,562 views
Built by Amanda Benks Amanda Benks
Created on June 05, 2026

Description

🤖 Instagram AI Agent with MCP Server – Built for Smart Engagement and Automation

Hi! I’m Amanda 🥰
I build intelligent automations with n8n and Make.
This powerful workflow was designed to help teams automatically handle Instagram interactions with AI. Using Meta Graph API, LangChain, MCP Server, and GPT-4o, it allows your AI agent to search for posts, read captions, fetch comments, and even reply or message followers, all through structured tools.

🔧 What the workflow does

Searches for recent media using Instagram ID and access token
Reads and extracts captions or media URLs
Fetches comments and specific replies from each post
Replies to comments automatically with GPT-generated responses
Sends direct messages to followers who commented
Maps user input and session to keep memory context via LangChain
Communicates via Server-Sent Events (SSE) using your MCP Server URL

🧰 Nodes & Tech Used

LangChain Agent + Chat Model with GPT-4o
Memory Buffer for session memory
toolHttpRequest to search media, comments, and send replies
MCP Trigger and MCP Tool (custom SSE connection)
Set node for input and variable assignment
Webhook and JSON for Instagram API structure

⚙️ Setup Instructions

Create your Instagram App in Meta Developer Portal
Add your Instagram ID and Access Token in the Set node
Update the MCP Server Tool URL in the MCP Instagram node
Use your n8n server URL (e.g. https://yourdomain.com/mcp/server/instagram/sse)
Trigger the workflow using the included LangChain Chat Trigger
Interact via text to ask the agent to:
“Get latest posts”
“Reply to comment X with this message”
“Send DM to this user about...”

👥 Who this is for

Social media teams managing multiple comments
Brands automating engagement with followers
Agencies creating smart, autonomous digital assistants
Developers building conversational Instagram bots

✅ Requirements

Meta Graph API access
Instagram Business account
n8n instance (Cloud or Self-hosted)
MCP Server configured (SSE Endpoint enabled)
OpenAI API Key (for GPT-4o + LangChain)

🌐 Want to use this workflow?

❤️ Buy workflows: https://iloveflows.com
☁️ Try n8n Cloud: https://n8n.partnerlinks.io/amanda

Nodes Used (5)

AI Agent
@n8n/n8n-nodes-langchain.agent
HTTP Request Tool
@n8n/n8n-nodes-langchain.toolHttpRequest
MCP Client Tool
@n8n/n8n-nodes-langchain.mcpClientTool
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Simple Memory
@n8n/n8n-nodes-langchain.memoryBufferWindow