Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🌐 Social Media
  3. Instagram Profile Mcp Server
I
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:23:06 AM

Instagram Profile Mcp Server

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Instagram profiles for AI agents β€” followers, similar accounts, keyword and location search.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "instagram-profile-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "instagram-profile-mcp-server"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives🌐 More in Social Media

Documentation Overview

Apify MCP servers

Registry manifests for two hosted Model Context Protocol servers. Both run as Apify Actors in Standby mode and speak Streamable HTTP.

This repository holds the server.json files only β€” it is the public home the MCP registry points at. The server implementations live in their own repositories.

Servers

io.github.afanasenkoa/zillow-mcp-server

Zillow property and agent data. Three tools:

ToolWhat it does
zillow_search_by_zipHomes for sale, for rent or sold in one or more US ZIP codes
zillow_search_by_urlAny Zillow search, browse, sold or single-property URL, filters included
zillow_lookup_propertyOne property by zpid

Each row carries address, price, beds and baths, agent name, email and phone, Zestimate, schools, photos and price history.

Endpoint: https://afanasenko--zillow-mcp-server.apify.actor/mcp Store page: https://apify.com/afanasenko/zillow-mcp-server

io.github.afanasenkoa/instagram-profile-mcp-server

Instagram profile data. Six tools:

ToolWhat it does
instagram_analyze_followers_followingExport the follower or following list of a public account
instagram_analyze_specific_accountsEnrich a list of handles you already have
instagram_network_expansionExpand seed handles through Instagram's Suggested for You
instagram_keyword_discoveryFind accounts by keyword
instagram_location_discoveryFind accounts by location
instagram_post_engagement_discoveryThe accounts that engaged with a given post

Up to 38 fields per profile, including emails, bio links, engagement rate, business category and language.

Endpoint: https://afanasenko--instagram-profile-scraper-mcp-server.apify.actor/mcp Store page: https://apify.com/afanasenko/instagram-profile-scraper-mcp-server

Connecting

Both endpoints require an Apify API token, passed as a bearer token. Create one under Apify Console β†’ Integrations.

config.json
{
  "mcpServers": {
    "zillow": {
      "type": "http",
      "url": "https://afanasenko--zillow-mcp-server.apify.actor/mcp",
      "headers": { "Authorization": "Bearer <APIFY_TOKEN>" }
    }
  }
}

An unauthenticated request returns 401 with api-token-missing β€” that is the Standby actor asking for the token, not an outage.

Both servers are billed per result through Apify's pay-per-event model, at the same price as the batch actor behind them. A tool call starts a real run, so it costs what that run costs.

Publishing

bash
mcp-publisher login github
mcp-publisher publish server-zillow.json
mcp-publisher publish server-instagram.json

Bump version in the manifest whenever the underlying actor's version changes, or the registry rejects the publish as a duplicate.

Licence

MIT β€” see LICENSE. The licence covers these manifests; the actors themselves are commercial and are not distributed here.

Related MCP Servers

View all in Social Media View all alternatives
  • B
    Bluesky Scraper

    Scrape Bluesky posts, profiles, followers, threads and keyword search. Clean JSON, pay per result.

    🌐 Social Media0 views
    Compare vs Bluesky Scraper β†’
  • Reddit Mcp Buddy logoReddit Mcp Buddy

    Browse Reddit posts, search content, and analyze user activity without API keys. Works out-of-the-box with Claude Desktop.

    🌐 Social Media4 views
    Compare vs Reddit Mcp Buddy β†’
  • S
    Shortgenius

    Generate AI short-form videos and auto-publish them to TikTok, YouTube, Instagram, Facebook and X.

    🌐 Social Media0 views
    Compare vs Shortgenius β†’
  • Social Media Search API β€” Twitter, Instagram, Reddit, TikTok (XPOZ) logoSocial Media Search API β€” Twitter, Instagram, Reddit, TikTok (XPOZ)

    Twitter/X, Instagram, Reddit & TikTok data for AI agents. 1.5B+ posts. No API keys.

    🌐 Social Media0 views
    Compare vs Social Media Search API β€” Twitter, Instagram, Reddit, TikTok (XPOZ) β†’

Frequently Asked Questions about Instagram Profile Mcp Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "instagram-profile-mcp-server": { "command": "npx", "args": ["-y", "instagram-profile-mcp-server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewInstagram Profile Mcp Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/instagram-profile-mcp-server?style=directory)](https://allmcps.com/mcp/instagram-profile-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/instagram-profile-mcp-server"><img src="https://allmcps.com/api/badge/instagram-profile-mcp-server?style=directory" alt="Instagram Profile Mcp Server on AllMCPs" /></a>

Technical Specs & Signals

Category🌐Social Media
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🌐 Social Media β†’Best MCP servers for Social Media β†’Alternatives to Instagram Profile Mcp Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code