Instagram MCP Server

by duhlink

get_instagram_posts

Fetch recent posts from an Instagram profile using Chrome's existing login session. Specify username, limit, and start index for pagination with the Instagram MCP Server.

Instructions

Get recent posts from an Instagram profile using existing Chrome login

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of posts to fetch (1-3) or "all" for continuous batches
startFromNoIndex to start fetching from (for pagination)
usernameYesInstagram username to fetch posts from

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of posts to fetch (1-3) or \"all\" for continuous batches", "type": [ "number", "string" ] }, "startFrom": { "description": "Index to start fetching from (for pagination)", "type": "number" }, "username": { "description": "Instagram username to fetch posts from", "type": "string" } }, "required": [ "username" ], "type": "object" }

You must be authenticated.

Other Tools from Instagram MCP Server

Related Tools

ID: g28gwod2z7