Instagram MCP
by navidmoazzez
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IG_USER_ID | No | The Instagram user ID associated with IG_ACCESS_TOKEN. Required unless IG_ACCOUNTS_FILE is provided. | |
| IG_AUDIT_LOG | No | Path to the audit log file where every attempted write is logged. If not set, logs are written to the data directory. | |
| IG_PREFERRED | No | Comma-separated list of account names in preferred order, used to select the default account when the 'account' argument is omitted. | |
| IG_READ_ONLY | No | Set to '1' to disable all write tools, making the server read-only. | |
| IG_UNOFFICIAL | No | Set to '1' to enable the unofficial tier (requires instagrapi and a session created via 'instagram-mcp login'). Use at your own risk. | |
| IG_ACCESS_TOKEN | No | The Instagram access token for a single account. Required unless IG_ACCOUNTS_FILE is provided. | |
| IG_ACCOUNTS_FILE | No | Path to a JSON file containing an array of account configurations. Each object should include account_name, user_id, access_token, and host. Alternative to IG_ACCESS_TOKEN and IG_USER_ID for multiple accounts. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/navidmoazzez/instagram-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server