instagram-mcp
Related Servers
Alternatives to instagram-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for interacting with Instagram Business accounts via the Instagram Graph API, enabling profile retrieval, media publishing, insights, and direct messaging.MIT
- FlicenseNot gradedqualityCmaintenanceA production-ready MCP server for interacting with Instagram/Meta APIs, enabling AI agents to manage content, analyze performance, research competitors, and handle publishing workflows.-
- AlicenseNot gradedqualityCmaintenanceMCP server for Instagram Graph API integration, enabling AI applications to manage Instagram Business accounts: fetch profiles, media, insights, publish content, and handle DMs.MIT
- AlicenseBqualityAmaintenanceAn MCP server for the official Instagram Graph API, enabling read, publish, comment, and analytics across Instagram Business/Creator accounts.2994 PyPI4MIT
- AlicenseNot gradedqualityCmaintenanceA production-ready Remote MCP Server that gives Claude direct, tool-based access to your Instagram Business account through the Meta Graph API — profile data, posts, comments, publishing, insights, analytics, hashtags, messaging, and real-time webhooks.3 npmMIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that integrates with Instagram's Graph API to enable AI-driven management of Instagram Business accounts. It provides tools for fetching profile data, publishing media, analyzing engagement metrics, and managing direct messages.191MIT
TDQS
Scored across 24 tools
Most tools map to a distinct resource/action: account, media, comments, insights, publishing, and container status are clearly separated. The only potential confusion is between the one-call post_image/post_reel/post_story helpers and the lower-level create_media_container/publish_media pipeline, but the descriptions explicitly label one as a convenience wrapper versus a phased workflow.
All tools share the instagram_ prefix and use clear snake_case verbs like get_, list_, create_, and delete_. Minor deviations exist: token_status lacks the get_ prefix, and post_ / publish_ / create_ are used for overlapping publishing concepts, so the pattern is not perfectly uniform.
24 tools is on the high side, but each tool covers a genuine Instagram API capability: account info, media publishing, comment moderation, insights, and publishing limits. It feels slightly heavy rather than bloaded, since there is little redundancy.
The set covers the main Instagram professional-account workflows: read account, publish image/reel/story, manage media containers, list/get media, moderate comments, and pull insights. Minor gaps remain, such as no media deletion/archiving or account-profile update, but those are workarounds rather than dead ends.