social
Instagram MCP Server
Community MCP server for Instagram Business accounts. Publish posts, analyze engagement metrics, manage DMs, and get content strategy recommendations from Claude.
Pricing: free — Free. Requires a free Instagram Business Account and Facebook Developer App for API access.
Features
- Publish images and videos to Instagram directly
- Retrieve business profile details and follower metrics
- Get engagement insights for specific posts
- Analyze hashtag performance with built-in prompts
- Read and reply to Instagram DMs
- Generate content strategy recommendations
Setup Instructions
1. Create a Facebook Developer App and connect your Instagram Business Account
2. Generate a long-lived access token from the Facebook Graph API
3. Add to your Claude MCP settings:
``
json
{
"mcpServers": {
"instagram": {
"command": "python",
"args": ["-m", "ig_mcp"],
"env": {
"INSTAGRAM_ACCESS_TOKEN": "your_access_token",
"INSTAGRAM_ACCOUNT_ID": "your_account_id"
}
}
}
}
``
4. Restart Claude and verify the connection
5. Requires an Instagram Business Account (free to convert from personal)Added: 2026-02-26