Server data from the Official MCP Registry
Instagram MCP — 23 tools for Instagram Graph API: posts, DMs, stories, reels, analytics.
Instagram MCP — 23 tools for Instagram Graph API: posts, DMs, stories, reels, analytics.
Set these up before or after installing:
Environment variable: INSTAGRAM_ACCESS_TOKEN
Environment variable: INSTAGRAM_ACCOUNT_ID
Environment variable: INSTAGRAM_API_VERSION
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-mcpware-instagram-mcp": {
"env": {
"INSTAGRAM_ACCOUNT_ID": "your-instagram-account-id-here",
"INSTAGRAM_API_VERSION": "your-instagram-api-version-here",
"INSTAGRAM_ACCESS_TOKEN": "your-instagram-access-token-here"
},
"args": [
"-y",
"@mcpware/instagram-mcp"
],
"command": "npx"
}
}
}This is a well-structured Instagram MCP server with proper authentication patterns and code quality. Credentials are appropriately sourced from environment variables rather than hardcoded. The permission scope aligns perfectly with the marketing/social category purpose, requiring only standard network HTTP access for Instagram Graph API calls. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
Scanned 4 files · 5 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!