Home › Other › instagram-mcp

instagram-mcp

Instagram MCP — 23 tools for Instagram Graph API: posts, DMs, stories, reels, analytics.

Python
★ 40 stars Last pushed 2026-09-13 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.4)

npx -y @mcpware/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "instagram-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mcpware/[email protected]"
      ],
      "env": {
        "INSTAGRAM_ACCESS_TOKEN": "<YOUR_VALUE>",
        "INSTAGRAM_ACCOUNT_ID": "<YOUR_VALUE>",
        "INSTAGRAM_API_VERSION": "<YOUR_VALUE>"
      }
    }
  }
}
  • INSTAGRAM_ACCESS_TOKEN required secret — Meta long-lived access token for Instagram Graph API
  • INSTAGRAM_ACCOUNT_ID required — Instagram business account ID
  • INSTAGRAM_API_VERSION — Instagram Graph API version (default: v19.0)

Related servers

Data from the Official MCP Registry