smithery/node2flow/instagram
MCP server for Instagram Graph API — publish photos, reels, carousels, and stories, manage comments, view insights, and search hashtags through 25 tools. ## Features - Publish photos, carousels (2-10 items), reels, and stories - 2-step publishing handled automatically (create container then publish) - Comment management and moderation (reply, hide, delete, list replies) - Account and media insights analytics - Hashtag research (search, recent media, top media) - Business Discovery — look up other Business/Creator accounts - Content publishing rate limit check (50 posts/day) - Tagged and mentioned media tracking ## 25 Tools **Account (3)**: Get account info, account insights (impressions/reach/followers), list media posts **Publishing (4)**: Publish photo, carousel (2-10 items), reel (video), story (24h) **Media (3)**: Get media details, media insights, carousel children **Comments (6)**: List comments, get comment, reply, delete, hide/unhide, list replies **Discovery (1)**: Look up other Business/Creator accounts by username **Limit (1)**: Check content publishing rate limit (50/day quota) **Stories (2)**: List active stories, story insights **Hashtags (3)**: Search hashtag, recent media, top media **Mentions (2)**: List tagged media, get mentioned media ## Configuration - `INSTAGRAM_ACCESS_TOKEN` (required) — Facebook/Instagram User Access Token with instagram_basic, instagram_content_publish, instagram_manage_comments, instagram_manage_insights permissions - `INSTAGRAM_ACCOUNT_ID` (optional) — Instagram Business Account ID (find via Facebook Page settings)
Instagram is a Model Context Protocol (MCP) server published by kaewz-manga. It ranks #96,879 of 132,345 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Instagram is listed across 2 registries — Smithery and Glama, and ships as a single rolling release with no explicit version metadata. It was first listed on Feb 16, 2026.
Ranks ahead of 35,466 of 132,345 servers on MCP Toplist.
Use Instagram
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http instagram https://server.smithery.ai/node2flow/instagram/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.instagram]
url = "https://server.smithery.ai/node2flow/instagram/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/node2flow/instagram/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"instagram": {
"url": "https://server.smithery.ai/node2flow/instagram/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"instagram": {
"type": "http",
"url": "https://server.smithery.ai/node2flow/instagram/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"instagram": {
"serverUrl": "https://server.smithery.ai/node2flow/instagram/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"instagram": {
"url": "https://server.smithery.ai/node2flow/instagram/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/smithery%2Fnode2flow%2Finstagram)<a href="https://mcptoplist.com/server/smithery%2Fnode2flow%2Finstagram"><img src="https://mcptoplist.com/badge/smithery%2Fnode2flow%2Finstagram.svg" alt="MCP Toplist: #96,879 of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
kaewz-manga
Other servers by kaewz-manga
View all kaewz-manga servers →Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Instagram?
- Instagram is maintained by kaewz-manga, which publishes 4 MCP servers (0 total versions) tracked on MCP Toplist.
- Is Instagram listed on the Official MCP Registry?
- Instagram is not on the Official MCP Registry. It is listed on Smithery and Glama.
- How many versions does Instagram have?
- Instagram ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Instagram?
- The source code for Instagram is hosted at github.com/kaewz-manga/instagram-mcp-community.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.