instagram-analyzer MCP
Allows analyzing Instagram posts by fetching captions, metadata (poster, date, likes, comments), and images (including carousel posts) from public Instagram post/reel URLs.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@instagram-analyzer MCPanalyze https://www.instagram.com/p/Cxyz123/"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
instagram-analyzer MCP
공개 인스타그램 게시물 URL을 받아 캡션(텍스트) + 사진(들) 을 반환하는 로컬 MCP 서버입니다. 릴스/영상 게시물은 키프레임 이미지 + 음성 자막(Whisper) 을 반환합니다. 사진·프레임을 MCP 이미지 콘텐츠로 돌려주므로, Claude 같은 멀티모달 모델이 직접 보고 시각 분석할 수 있습니다. 별도의 유료 비전 API가 필요 없습니다.
도구
도구 | 설명 |
| 사진/캐러셀: 캡션·메타(게시자·좋아요·댓글 수·슬라이드 수)와 각 사진 반환. 릴스/영상: 캡션·메타 + 키프레임 이미지( |
영상 자막은
GROQ_API_KEY가 env 또는~/.config/watch/.env에 있어야 생성됩니다(없으면 자막만 건너뛰고 키프레임 분석은 동작). 키프레임 추출에는ffmpeg가 필요합니다.
Related MCP server: Instagram Download MCP Server
요구사항
Python ≥ 3.10,
uv의존성:
mcp(v1),instaloader
설치
git clone https://github.com/SsangG77/instagram-analyzer-mcp.git
cd instagram-analyzer-mcp
uv syncMCP 등록 (Claude Code)
claude mcp add --scope user instagram-analyzer -- \
uv --directory "$(pwd)" run server.py인증 (필수)
⚠️ 익명(비로그인) 접근은 인스타그램이 403 / rate-limit 으로 차단합니다. 본인 계정 세션이 필요합니다.
# 1) instaloader 로 세션 파일 생성 (대화형 로그인 — 비밀번호/2FA 입력)
instaloader --login <your_instagram_username>그런 다음 MCP 환경변수를 설정합니다.
환경변수 | 설명 |
| 인스타 계정명. 지정하면 instaloader 기본 경로의 세션( |
| (선택) 세션 파일 경로를 직접 지정. |
| (대안) 비밀번호 직접 로그인 — 챌린지에 약하므로 세션 파일 권장. |
예) 세션 생성 후 계정명만 지정해 재등록:
claude mcp remove --scope user instagram-analyzer
claude mcp add --scope user instagram-analyzer -e IG_USERNAME=<your_username> -- \
uv --directory "$(pwd)" run server.py비용 / 한계 (trade-off)
무료 — 로컬 실행, 외부 유료 API 0.
단, 본인 인스타 로그인 세션이 필요하고, 인스타의 anti-bot 로 rate-limit / 계정 차단 가능.
인스타 스크래핑은 ToS 회색지대이며, 인스타 내부 변경 시 깨질 수 있습니다(유지보수 부담).
안정성·무유지보수가 중요하면 Apify Instagram Scraper 같은 유료 스크래핑 서비스가 대안입니다.
라이선스
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-quality-maintenanceEnables sending and receiving Instagram Direct Messages, managing conversations, downloading media, viewing user profiles and stories, and interacting with posts through natural language in Claude.
- AlicenseAqualityCmaintenanceEnables AI assistants to download Instagram content including posts, videos, reels, stories, highlights, and profile pictures using Instaloader, with optional metadata and caption extraction.5MIT
- Flicense-qualityCmaintenanceEnables LLMs to interact with Instagram through a comprehensive toolkit for account management, content creation, messaging, social graph analysis, and content discovery.11
- FlicenseBqualityCmaintenanceProvides Instagram analytics, media downloads, and search capabilities through an MCP interface for use with Claude and other MCP clients.4340
Related MCP Connectors
Turn a TikTok/Instagram/YouTube link into text for your AI: metadata, transcript and image OCR.
Twitter/X, Instagram, Reddit & TikTok data for AI agents. Billions of posts. No API keys.
Social media analytics, post insights, and competitor benchmarking for AI agents.
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/SsangG77/instagram-analyzer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server