73
/ 100
9 days ago
glama

Instagram MCP Server

Exposes Instagram actions (posts, media, comments, DMs, insights, Messenger profile) to Claude and ChatGPT via MCP.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: COMPOSIO_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretCOMPOSIO_API_KEYYes — Your Composio API key. A project-scoped key, not a playground key — playground keys are locked to one bound user and will 403 on any other user_id.
configCOMPOSIO_USER_IDYes — Your Composio account's user id — tool calls and the Instagram connection are scoped to this user.
configINSTAGRAM_AUTH_CONFIG_IDNo Composio default Use a specific Instagram auth config instead of the default one
configLOG_LEVELNo INFO DEBUG / INFO / WARNING / ERROR
configLOG_DIRNo logs Directory for the rotating log file (best-effort — falls back to stdout-only if unwritable)
configSTATS_FILENo logs/stats.json Path to the persisted stats JSON file (best-effort — falls back to in-memory-only if unwritable)
configPORTStreamable-HTTP transport, binding /HOST — ready for Alpic's hosting model.
configCONNECT_TIMEOUT_MSNo 300000 (5 min) Max time to wait for Instagram OAuth to complete at startup
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/selvin-paul-raj-instagram-alpic-mcp-mod6jf)](https://m8ven.ai/mcp/selvin-paul-raj-instagram-alpic-mcp-mod6jf)
commit: dc4de50d80284e559e0ad79a7a9f9d4da03c1350
code hash: 1b6076447440d34770b2c6e596a18810f2f0f09177f4b0510634b09cf19166c5
verified: 7/22/2026, 8:42:37 AM
view raw JSON →