Insta MCP Server
Related Servers
Alternatives to Insta MCP Server
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
- AlicenseNot gradedqualityFmaintenanceAn 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.186MIT
- AlicenseBqualityAmaintenanceAn MCP server for the official Instagram Graph API, enabling read, publish, comment, and analytics across Instagram Business/Creator accounts.2964 PyPI3MIT
- FlicenseBqualityDmaintenanceA server that allows fetching Instagram posts using Chrome's existing login session via Model Context Protocol (MCP).151-
- 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
- AlicenseBqualityCmaintenanceMCP server that connects AI agents to Instagram for reading statistics, insights, and comments via the official Meta Graph API.162MIT
TDQS
Scored across 15 tools
Every tool has a clearly distinct purpose with no ambiguity. Tools are well-separated by resource (e.g., post, user, comment) and action (e.g., get, like, follow), making it easy for an agent to select the right one. For example, instagram_get_post_comments and instagram_comment_on_post serve different but complementary functions without overlap.
All tool names follow a consistent verb_noun pattern with the prefix 'instagram_' for clarity. The naming is uniform across all tools (e.g., instagram_like_post, instagram_get_user_profile), using snake_case consistently without any deviations or mixed conventions.
The 15 tools are well-scoped for an Instagram server, covering core functionalities like authentication, profile management, posting interactions, and search. Each tool earns its place without feeling excessive or insufficient, providing a comprehensive yet manageable set for typical Instagram operations.
The tool surface is nearly complete for Instagram interactions, covering authentication, CRUD-like operations (e.g., get, like, comment, follow), and profile/post management. A minor gap exists in update/delete actions for posts or comments, but agents can work around this with the available tools, and core workflows are well-supported.