← Back to Plugins
MCP Server MCP

io.github.mcpware/instagram-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @mcpware/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@mcpware/instagram-mcp",
      "version": "1.0.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Meta long-lived access token for Instagram Graph API",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "INSTAGRAM_ACCESS_TOKEN"
        },
        {
          "description": "Instagram business account ID",
          "isRequired": true,
          "format": "string",
          "name": "INSTAGRAM_ACCOUNT_ID"
        },
        {
          "description": "Instagram Graph API version (default: v19.0)",
          "format": "string",
          "name": "INSTAGRAM_API_VERSION"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...