instagram-mcp
Related Servers
Alternatives to instagram-mcp
No user-submitted related servers found.
Related Servers
- FlicenseAqualityCmaintenanceEnables posting and managing Instagram content (photos, reels, stories, carousels) and interacting with media and comments via Instagram Graph API.103 npm-
- AlicenseAqualityCmaintenanceEnables publishing photos, reels, and stories to Instagram, reading and moderating comments, fetching performance insights, drafting captions via MCP sampling, and scheduling reels for later.1311 npmMIT
- AlicenseAqualityCmaintenanceEnables publishing to Facebook, Instagram, and YouTube through official APIs using your own OAuth credentials, with support for images, videos, Reels/Stories, and scheduled posts.6MIT
- AlicenseAqualityDmaintenanceEnables Instagram and Facebook analytics via the Meta Graph API, offering account insights, media analytics, and post engagement data.196MIT
- AlicenseNot gradedqualityCmaintenanceEnables reading, publishing, commenting, direct messaging, and pulling insights from Instagram Business or Creator accounts via the Graph API.6MIT
- FlicenseNot gradedqualityBmaintenanceEnables publishing and managing organic Facebook Page and Instagram content directly through Meta's Graph API without paid third-party services.-
TDQS
Scored across 29 tools
Most tools target a distinct resource+action pair, and the publishing, comment, hashtag, insights, and DM clusters are clearly separable. The main ambiguity is account_info vs get_profile, which both read account profile data, and healthcheck also fetches a profile as a side effect.
The set largely follows a verb_noun snake_case pattern, with consistent clusters like publish_image/publish_video and add_account/remove_account/list_accounts. A few noun-style names—healthcheck, publishing_limit, account_info, business_discovery—break the pattern but are still readable and not chaotic.
At 29 tools, this exceeds the 25+ threshold and feels heavy for a single MCP surface, even though each feature area is distinct. The set would be easier for an agent to navigate if split into themed servers or if near-duplicate profile readers were consolidated.
The surface covers account management, publishing in all major formats, comment moderation, hashtag search, insights, business discovery, and DMs. Minor gaps exist—no media update/delete lifecycle, and limited DM conversation handling—but core workflows are covered.