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
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of posts to fetch (1-3) or "all" for continuous batches | |
startFrom | No | Index to start fetching from (for pagination) | |
username | Yes | Instagram username to fetch posts from |