← Back to Plugins
MCP Server MCP

io.github.adelaidasofia/instagram-mcp

github By github 👁 1 views ▲ 0 votes

Official, multi-account Instagram Graph API MCP: read, publish, analytics, comments, DMs.

Homepage Verified source GitHub

Install

uvx adelaidasofia-instagram-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "adelaidasofia-instagram-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Long-lived Graph API token (optional; or use add_account at runtime, stored in OS keychain).",
          "format": "string",
          "isSecret": true,
          "name": "INSTAGRAM_MCP_ACCESS_TOKEN"
        },
        {
          "description": "Numeric Instagram Business/Creator account id paired with the access token.",
          "format": "string",
          "name": "INSTAGRAM_MCP_IG_USER_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...