drio
Open app

Instagram Engagement MCP

Source

📢 Instagram MCP Server – A powerful Model Context Protocol (MCP) server for tracking Instagram engagement, generating leads, and analyzing audience feedback.

Catalog onlyCatalog onlySTDIO

Overview

Instagram Engagement MCP is a powerful Model Context Protocol (MCP) server designed for tracking Instagram engagement, generating leads, and analyzing audience feedback.

To use Instagram Engagement MCP, you can install it via npm or clone it from GitHub. After installation, configure your Instagram credentials in the .env file and set up the server in your MCP settings.

  • Analyze post comments to extract sentiment and identify potential leads. - Compare engagement metrics across different Instagram accounts. - Extract demographic insights from users engaged with a post or account. - Identify potential leads based on engagement patterns. - Generate comprehensive engagement reports with actionable insights.
  1. Analyzing audience sentiment on Instagram posts.
  2. Comparing engagement strategies of different brands.
  3. Extracting demographic data for targeted marketing.
  4. Identifying potential leads for business outreach.
  5. Generating reports for social media performance analysis.

Add to your AI client

Use these steps to connect Instagram Engagement MCP in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "instagram-engagement-mcp-bob-lance": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-instagram-engagement-mcp-bob-lance"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "instagram-engagement-mcp-bob-lance": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-instagram-engagement-mcp-bob-lance"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "instagram-engagement-mcp-bob-lance": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-instagram-engagement-mcp-bob-lance"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "instagram-engagement-mcp-bob-lance": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-instagram-engagement-mcp-bob-lance"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "instagram-engagement-mcp-bob-lance": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-instagram-engagement-mcp-bob-lance"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "instagram-engagement-mcp-bob-lance": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-instagram-engagement-mcp-bob-lance"
      ]
    }
  }
}

FAQ

Is Instagram Engagement MCP free to use?

Yes! Instagram Engagement MCP is open-source and free to use.

Does it comply with Instagram's terms of service?

Yes, but users should be aware of Instagram's rate limits and use the server responsibly.

What programming language is it built with?

Instagram Engagement MCP is built with JavaScript.

Instagram Engagement MCP — MCP Registry