SocialDataX Instagram MCP
Provides tools for searching public Instagram posts, fetching post details, comments, comment replies, user information, user posts, and submitting/checking speech-to-text transcript jobs for video posts and Reels.
Instagram MCP
This public repository provides public connection docs and MCP metadata for a hosted Instagram MCP service by SocialDataX.
If you are looking for an Instagram MCP for social media research workflows, this repository includes:
public MCP metadata and client configuration examples
the hosted
streamable-httpendpoint for clients that support remote MCPan
mcp-remotefallback example for command/stdio-only MCP clients
The business implementation is privately hosted. This repository exposes only the public connection surface for social media content intelligence workflows.
Search Aliases
Common search phrases for this MCP service:
Instagram MCPInstagram 数据 MCPInstagram data MCPInstagram 帖子 MCPInstagram 评论 MCPInstagram 回复 MCPInstagram 用户信息 MCPInstagram 用户帖子 MCPInstagram Reels transcript MCPInstagram 口播转文字 MCPInstagram post MCPInstagram post research MCPInstagram comments MCPInstagram comment replies MCPInstagram user info MCPInstagram user posts MCP
Related MCP server: instagram-mcp
Service
Hosted MCP endpoint:
https://mcp.socialdatax.com/instagram/mcpHosted transport:
streamable-httpAuthentication:
Authorization: Bearer <SOCIALDATAX_API_KEY>Product:
SocialDataX/社媒数据助手Website and API Key access: https://socialdatax.com/ai?from=github
Registry name:
com.52choujiang/instagram-insightsFuture registry name:
com.socialdatax/instagram-insightsCurrent public capability version:
0.1.5
Platform MCP
Use the hosted streamable-http endpoint directly from clients that support authenticated remote MCP. For clients that only support command/stdio MCP servers, use mcp-remote as a local compatibility proxy.
Workflow Scope
This MCP service is designed for social media content intelligence workflows. It does not provide account login, posting, editing, liking, commenting, following, live streaming, or other account actions.
Supported workflows include:
Query the current API Key account's SocialDataX points balance.
Search public Instagram posts by keyword; continue with the returned
next_page_tokenaspage_token.Read post details when the caller already has a
post_id.Resolve an Instagram post share URL into structured post details.
Fetch paginated first-level comments from an Instagram post share URL; when only a
post_idis available, first callinstagram_get_post_detail_by_post_idand reuse the returnedshare_url.Fetch paginated replies under a first-level comment by
post_idand first-levelcomment_id; use a validpost_idand first-levelcomment_idsupplied by the user directly. If an ID is missing and a post URL is available, callinstagram_get_post_comments_by_post_url, then reuseitems[*].post_idanditems[*].comment_idfrom the same comment. If onlypost_idis available, first callinstagram_get_post_detail_by_post_idto obtainshare_url, then callinstagram_get_post_comments_by_post_urland reuse the target first-level comment's IDs. If neither a post URL norpost_idis available, ask the user for the post URL or ID.Fetch public Instagram user info by
usernameor profile URL.Fetch paginated public posts published by an Instagram user by
usernameor profile URL.Submit and check speech-to-text transcript jobs for ordinary video posts and Reels; photo and carousel posts are not supported.
Tools
Tool | Public purpose |
| Query the current API Key account's SocialDataX points balance. |
| Search public Instagram posts by search term. Use this tool when the user needs posts found by a search term; when a post link is already available, use the corresponding detail or comment tool; when only a |
| Fetch structured post details when the caller already has a |
| Resolve an Instagram post share URL into structured post details. |
| Fetch paginated first-level comments from an Instagram post share URL. When only a |
| Fetch paginated replies under a first-level comment by |
| Fetch public Instagram user info by username. |
| Fetch public Instagram user info by profile URL. |
| Fetch paginated public posts published by an Instagram user by username. |
| Fetch paginated public posts published by an Instagram user by profile URL. |
| Submit a speech-to-text transcript job for an Instagram video post or Reels URL. Photo and carousel posts are not supported. |
| Submit a speech-to-text transcript job for an Instagram video post or Reels |
| Check the transcript job returned by an Instagram submit tool using the same |
Quick Start
For clients that support authenticated streamable-http, use the hosted endpoint directly:
{
"mcpServers": {
"socialdatax-instagram": {
"type": "streamable_http",
"url": "https://mcp.socialdatax.com/instagram/mcp",
"headers": {
"Authorization": "Bearer <SOCIALDATAX_API_KEY>"
}
}
}
}A configuration template is available in examples/streamable_http_config.json. Replace <SOCIALDATAX_API_KEY> with your API Key before use.
For command/stdio-only MCP clients, use mcp-remote:
{
"mcpServers": {
"socialdatax-instagram": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.socialdatax.com/instagram/mcp",
"--header",
"Authorization: Bearer <SOCIALDATAX_API_KEY>"
]
}
}
}Claude Code can use remote HTTP directly:
claude mcp add --transport http socialdatax-instagram https://mcp.socialdatax.com/instagram/mcp --header 'Authorization: Bearer ${SOCIALDATAX_API_KEY}'Persist SOCIALDATAX_API_KEY in the runtime environment or client Secret before restarting Claude Code.
Claude Desktop should use its remote MCP / Connectors UI when available. If a local configuration file in your version only supports command/stdio servers, use the mcp-remote fallback.
Client Examples
Configuration examples are available in examples:
API Key
Request or manage API access from the product website:
https://socialdatax.com/ai?from=github
Use the key as a Bearer token in the Authorization request header. Do not commit real API Key values to code, docs, issues, or screenshots.
Directory Metadata
Public metadata files in this repository:
server-card.json: directory-oriented metadata for the hosted service. Official MCP Registry publishing uses the private source repo's
registry/instagram/server.jsonfor the currentcom.52choujiang/instagram-insightsentry.mcp.json: generic command/stdio fallback config using
mcp-remote.glama.json: Glama repository ownership metadata.
SUBMISSION_CHECKLIST.md: checklist for MCP directory submissions.
License
The files in this public repository are released under the MIT License. The license covers the public documentation and configuration examples in this repository only. It does not cover the managed service implementation, hosted infrastructure, or any private backend code outside this repository.
This server cannot be installed
Maintenance
Related MCP Servers
- FlicenseBqualityCmaintenanceProvides Instagram analytics, media downloads, and search capabilities through an MCP interface for use with Claude and other MCP clients.4340
- AlicenseNot gradedqualityCmaintenanceMCP server for organic Instagram analytics via the Meta Graph API, providing read-only tools for profiles, media, insights, audience, and optional publishing.GPL 3.0
- AlicenseAqualityBmaintenanceEnables MCP clients to look up public Instagram profiles by handle and page through their public post feeds, returning structured JSON data such as follower counts, bios, and engagement metrics.222MIT
- AlicenseNot gradedqualityCmaintenanceEnables retrieval and management of social media data from Instagram, TikTok, YouTube, X, and Facebook through MCP tools, supporting extractions, search, discovery, batches, schedules, and saved results.MIT
Related MCP Connectors
Public Instagram profiles and post feeds by handle, with hashtags and mentions parsed.
Social media MCP: publish, schedule & analyze posts on TikTok, Instagram, YouTube, LinkedIn & X
Instagram for AI agents: publish, read comments and DMs, insights, and engage from your account.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DevinChen2014/instagram-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server