VOOZH about

URL: https://apify.com/seemuapps/instagram-mcp

โ‡ฑ Instagram MCP Server ยท Apify


Pricing

from $0.00005 / actor start

Go to Apify Store

Instagram MCP Server

MCP server exposing Instagram scraping tools โ€” profile, followers, following, stories, and highlights โ€” for any AI agent or LLM client.

Pricing

from $0.00005 / actor start

Rating

0.0

(0)

Developer

๐Ÿ‘ Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

5

Monthly active users

11 days ago

Last modified

Share

The all-in-one MCP server for Instagram. Plug any AI agent โ€” Claude, Cursor, ChatGPT, VS Code, or your own โ€” into a single endpoint and pull live data from any public Instagram profile: bio, followers, following, stories, and highlights.

What you get

  • Full profile metadata โ€” user ID, display name, biography, follower/following/media counts, verification status, business category, public email and phone, and location when available
  • Followers & following lists โ€” paginated, with username, display name, verification, and profile picture for every account
  • Live stories โ€” currently active 24-hour stories with media URLs, timestamps, mentions, and outbound links
  • Story highlights โ€” full highlight reels with cover images and every story inside them
  • Bulk lookups โ€” query up to 20 usernames in a single call for profiles and stories
  • One endpoint, five tools โ€” no glue code, no per-tool integrations, no scraping infrastructure to maintain

Use cases

  • AI agents and assistants that need Instagram data without building a custom scraper
  • Influencer vetting and audience research โ€” verify follower counts, audience overlap, and engagement signals
  • Lead generation from public business profiles โ€” pull email, phone, and category in bulk
  • Competitor monitoring โ€” track stories, highlights, and bio changes across accounts
  • Bulk profile enrichment from a list of usernames
  • Social listening and brand mention tracking

Tools exposed

ToolReturns
get-profileProfile metadata for up to 20 usernames per call
get-followersPaginated follower list for a username
get-followingPaginated following list for a username
get-storiesActive 24-hour stories for up to 20 usernames per call
get-highlightsHighlight reels and every story inside them, up to 10 usernames per call

How to use

Use Apify's hosted MCP gateway โ€” it generates ready-to-paste config snippets for Claude Desktop, Cursor, VS Code, ChatGPT, and any other MCP-compatible client:

mcp.apify.com/?tools=seemuapps/instagram-mcp

Open the link, sign in, and copy the snippet for your client.

Where to get your Apify API token

Go to console.apify.com/settings/integrations and copy your Personal API token. (Sign in or create a free account if you haven't already.)

The token authorizes calls to the MCP server and is what Apify uses to bill you for tool calls.

Pricing (pay-per-event)

ToolEventCharged
get-profileprofile-lookupOnce per profile successfully returned
get-followersfollowers-batch-50Per 50 followers returned (rounded up)
get-followingfollowing-batch-50Per 50 following accounts returned (rounded up)
get-storiesstories-lookupOnce per username queried
get-highlightshighlight-recordOnce per highlight reel returned (title + cover + stories)

Failed calls are not charged. Partial failures (e.g. one bad username in a batch) are reported per-item without aborting the whole call.

Pagination โ€” followers & following

get-followers and get-following accept maxItems (1โ€“2000, default 200) and an optional pageId cursor. Each response includes a nextPageId โ€” pass it as pageId on the next call to fetch the following page. When nextPageId is null, the list is exhausted.

{
"users":[{"userId":"...","username":"...", ... }],
"nextPageId":"ABC123..."
}

Notes

  • Only public Instagram profiles are supported. Private accounts return profile metadata only.
  • Stories expire 24 hours after posting โ€” get-stories returns whatever is currently live.

Related Instagram actors

Part of a complete Instagram scraping toolkit โ€” explore the rest of the suite:

You might also like

X (Twitter) MCP Server

seemuapps/x-mcp

MCP server exposing X / Twitter scraping tools. Profile, followers, tweets, replies, search. For any AI agent or LLM client.

LinkedIn MCP Server

seemuapps/linkedin-mcp

MCP server exposing LinkedIn scraping tools. Profiles, companies, posts, jobs, people search, job search, for any AI agent or LLM client.

Amazon MCP Server

seemuapps/amazon-mcp

MCP server exposing Amazon tools. Product, search, reviews, seller, global product. For any AI agent or LLM client.

YouTube MCP Server

seemuapps/youtube-mcp

MCP server exposing YouTube tools. Transcript, metadata, thumbnails, video and audio download, channel email. For any AI agent or LLM client.

Instagram Profile MCP Server

afanasenko/instagram-profile-scraper-mcp-server

MCP server exposing Instagram profile data as 5 agent tools โ€” followers/following, specific list, network expansion, keyword & location discovery. Connect Claude Desktop, Cursor, ChatGPT to /mcp. Pay-per-profile pricing โ€” $0.01 per analyzed profile. Same data + pricing as the parent scraper.

๐Ÿ‘ User avatar

Andrey Afanasenko

7

MCP Server: Rss

dltik/mcp-server-rss

MCP Server: Rss: an MCP server exposing 4 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

MCP Server: Github

dltik/mcp-server-github

MCP Server: Github: an MCP server exposing 6 tools for AI agents. HTTP-only, no API key. Pay $0.01/tool-call.

MCP Server: Arxiv

dltik/mcp-server-arxiv

MCP Server: Arxiv: an MCP server exposing 5 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

MCP Server: Wikipedia

dltik/mcp-server-wikipedia

MCP Server: Wikipedia: an MCP server exposing 6 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

Excel Mcp Server

lovely_radiologist/excel-mcp-server

Related articles

Best MCP servers for developers
Read more
How to use MCP with Apify Actors
Read more
Build and deploy MCP servers in minutes with a TypeScript template
Read more