Instagram MCP Server

Instagram Engagement Analysis MCP Server for analyzing engagement metrics and identifying leads

Local serverstdio

What is the Instagram MCP server?

Most developer tooling work still happens through a UI a human drives. Instagram MCP server moves it into the conversation instead. Instagram Engagement Analysis MCP Server for analyzing engagement metrics and identifying leads.

The short version

An MCP server that provides tools for analyzing Instagram engagement metrics, extracting demographic insights, and identifying potential leads from Instagram posts and accounts.

  • Analyze Post Comments — Extract sentiment, themes, and potential leads from comments on Instagram posts
  • Compare Accounts — Compare engagement metrics across different Instagram accounts
  • Extract Demographics — Get demographic insights from users engaged with a post or account
  • Identify Leads — Find potential leads based on engagement patterns and criteria
  • Generate Engagement Reports — Create comprehensive reports with actionable insights

The tools it exposes

The server publishes 5 tools. What each one is for:

  • analyze_post_comments — Analyze comments on an Instagram post to identify sentiment, themes, and potential leads
  • compare_accounts — Compare engagement metrics across different Instagram accounts
  • extract_demographics — Extract demographic insights from users engaged with a post or account
  • identify_leads — The identify_leads tool exposed by this server
  • generate_engagement_report — Generate a comprehensive engagement report for an Instagram account

What it needs from you

Configuration is passed through the environment: INSTAGRAM_USERNAME, INSTAGRAM_PASSWORD. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Getting it running

@smithery/cli on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

How it compares

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Instagram's toolset — analyze_post_comments, compare_accounts, extract_demographics and 2 more — is a fair guide to whether it matches your workflow. It is maintained by bradenolmstead; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
analyze_post_commentsAnalyze comments on an Instagram post to identify sentiment, themes, and potential leads.
compare_accountsCompare engagement metrics across different Instagram accounts.
extract_demographicsExtract demographic insights from users engaged with a post or account.
identify_leadsThe identify_leads tool exposed by this server.
generate_engagement_reportGenerate a comprehensive engagement report for an Instagram account.

How to install the Instagram MCP server

{
  "mcpServers": {
    "instagram-engagement": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"],
      "env": {
        "INSTAGRAM_USERNAME": "your-value",
        "INSTAGRAM_PASSWORD": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
INSTAGRAM_USERNAMEConfiguration value read at startup.Optional
INSTAGRAM_PASSWORDConfiguration value read at startup.Optional

Example prompts to try

  • Use Instagram to analyze post comments.
  • Use Instagram to compare accounts.
  • Use Instagram to extract demographics.

Frequently asked questions

It connects Instagram to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (analyze_post_comments, compare_accounts, extract_demographics, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Instagram directly.