Skip to main content
Glama

Instagram MCP Server

by duhlink

get_instagram_posts

Fetch recent Instagram posts from a profile using Chrome login. Specify username, limit (1-3 posts or all), and starting index for pagination.

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" }

Other Tools from Instagram MCP Server

Related Tools

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/duhlink/instagram-server-next-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server