Instagram MCP Server

get_instagram_posts

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