This MCP server enables integration with Instagram's Graph API, allowing AI applications to programmatically interact with Instagram Business accounts.
From the registry: Instagram MCP — 23 tools for Instagram Graph API: posts, DMs, stories, reels, analytics.

Please install the `instagram-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Instagram Business Account** — Must be a Business/Creator account connected to a Facebook Page.
- **Facebook Developer App** — Create an app at Facebook Developers and add Instagram Graph API product. (https://developers.facebook.com)
- **Long-lived access token** — Generate a 60-day access token via Graph API Explorer with required permissions. (https://developers.facebook.com/tools/explorer)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@mcpware/instagram-mcp"]
- required environment variables:
- `INSTAGRAM_ACCESS_TOKEN`: Meta long-lived access token (example: `<your-access-token>`)
- `INSTAGRAM_ACCOUNT_ID`: Instagram business account ID (example: `<your-business-account-id>`)
- optional environment variables:
- `INSTAGRAM_API_VERSION`: Graph API version (example: `v19.0`)
- `FACEBOOK_APP_ID`: Facebook app ID (for token refresh) (example: `<your-app-id>`)
- `FACEBOOK_APP_SECRET`: Facebook app secret (for token refresh) (example: `<your-app-secret>`)
Note: README shows Python script path config; using npm package @mcpware/instagram-mcp as canonical.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.INSTAGRAM_ACCESS_TOKENrequiredLong-lived access token with appropriate permissionsFACEBOOK_APP_IDrequiredYour Facebook App IDFACEBOOK_APP_SECRETrequiredYour Facebook App SecretINSTAGRAM_BUSINESS_ACCOUNT_IDrequiredYour Instagram Business Account IDLightweight DMARC parser: auto-fetch email reports, visualize compliance in a single all-in-one app