Instagram MCP
by thenavidm
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues