Back to Home
jlbadano icon

ig-mcp

Verified Safe

by jlbadano

Overview

Provides an MCP server to integrate AI applications with Instagram Business accounts, enabling programmatic interaction for tasks like profile management, media publishing, analytics, and direct messaging.

Installation

Run Command
docker-compose up instagram-mcp

Environment Variables

  • INSTAGRAM_ACCESS_TOKEN
  • FACEBOOK_APP_ID
  • FACEBOOK_APP_SECRET
  • INSTAGRAM_BUSINESS_ACCOUNT_ID

Security Notes

The server follows good security practices: sensitive credentials (access tokens, app secrets) are loaded from environment variables and not hardcoded, strong recommendations for credential security are provided in documentation. Pydantic models are used for data validation, and custom API error handling is implemented. Rate limiting is built-in. Image aspect ratio validation prevents some malformed media uploads. Structured logging enhances observability for security monitoring. No 'eval' or other dynamic code execution from untrusted input was identified. Potential risks lie mostly in the external management of API keys by users and the inherent trust given to URLs for media content (though validation is present).

Similar Servers

Stats

Interest Score48
Security Score9
Cost ClassMedium
Avg Tokens750
Stars54
Forks12
Last Update2025-12-08

Tags

InstagramAPIMCPSocial MediaAnalytics