ig-mcp

jlbadano/ig-mcp
★ 88 stars Python 🤖 AI/LLM Updated 1mo ago
A production-ready Model Context Protocol (MCP) server that enables AI applications to seamlessly interact with Instagram Business accounts.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ig-mcp": {
      "command": "uvx",
      "args": [
        "ig-mcp"
      ]
    }
  }
}

Or install with pip: pip install ig-mcp

Topics

facebookinstagrammcpmcp-server