instagram-mcp
Rank #15,693io.github.adelaidasofia/instagram-mcp
Official, multi-account Instagram Graph API MCP: read, publish, analytics, comments, DMs.
instagram-mcp is a Model Context Protocol (MCP) server published by adelaidasofia. It ranks #15,693 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. instagram-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jun 17, 2026 and most recently updated on Jun 17, 2026.
Ranks ahead of 99,767 of 115,460 servers on MCP Toplist.
Use instagram-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add instagram-mcp -e "INSTAGRAM_MCP_ACCESS_TOKEN=<your INSTAGRAM_MCP_ACCESS_TOKEN>" -e "INSTAGRAM_MCP_IG_USER_ID=<your INSTAGRAM_MCP_IG_USER_ID>" -- uvx adelaidasofia-instagram-mcpReplace each placeholder with your own value before saving.
[mcp_servers.instagram-mcp]
command = "uvx"
args = ["adelaidasofia-instagram-mcp"]
[mcp_servers.instagram-mcp.env]
INSTAGRAM_MCP_ACCESS_TOKEN = "<your INSTAGRAM_MCP_ACCESS_TOKEN>"
INSTAGRAM_MCP_IG_USER_ID = "<your INSTAGRAM_MCP_IG_USER_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"instagram-mcp": {
"command": "uvx",
"args": [
"adelaidasofia-instagram-mcp"
],
"env": {
"INSTAGRAM_MCP_ACCESS_TOKEN": "<your INSTAGRAM_MCP_ACCESS_TOKEN>",
"INSTAGRAM_MCP_IG_USER_ID": "<your INSTAGRAM_MCP_IG_USER_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"instagram-mcp": {
"command": "uvx",
"args": [
"adelaidasofia-instagram-mcp"
],
"env": {
"INSTAGRAM_MCP_ACCESS_TOKEN": "<your INSTAGRAM_MCP_ACCESS_TOKEN>",
"INSTAGRAM_MCP_IG_USER_ID": "<your INSTAGRAM_MCP_IG_USER_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"instagram-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"adelaidasofia-instagram-mcp"
],
"env": {
"INSTAGRAM_MCP_ACCESS_TOKEN": "<your INSTAGRAM_MCP_ACCESS_TOKEN>",
"INSTAGRAM_MCP_IG_USER_ID": "<your INSTAGRAM_MCP_IG_USER_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"instagram-mcp": {
"command": "uvx",
"args": [
"adelaidasofia-instagram-mcp"
],
"env": {
"INSTAGRAM_MCP_ACCESS_TOKEN": "<your INSTAGRAM_MCP_ACCESS_TOKEN>",
"INSTAGRAM_MCP_IG_USER_ID": "<your INSTAGRAM_MCP_IG_USER_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"instagram-mcp": {
"command": "uvx",
"args": [
"adelaidasofia-instagram-mcp"
],
"env": {
"INSTAGRAM_MCP_ACCESS_TOKEN": "<your INSTAGRAM_MCP_ACCESS_TOKEN>",
"INSTAGRAM_MCP_IG_USER_ID": "<your INSTAGRAM_MCP_IG_USER_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
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/io.github.adelaidasofia%2Finstagram-mcp)<a href="https://mcptoplist.com/server/io.github.adelaidasofia%2Finstagram-mcp"><img src="https://mcptoplist.com/badge/io.github.adelaidasofia%2Finstagram-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
adelaidasofia
Other servers by adelaidasofia
- One MCP, many parsers#2,623 · 1 ver
- Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token#8,254 · 1 ver
- Personal WhatsApp MCP for Claude, built directly on whatsmeow#9,473 · 1 ver
- macOS-only MCP server that exposes iMessage chat#12,031 · 1 ver
- FastMCP server for Apollo#12,414 · 1 ver
- FastMCP server for surgical queries against a vault knowledge graph (NetworkX no#14,336 · 1 ver
- Self-hosted GitHub MCP server#15,201 · 1 ver
- Multi-workspace Slack MCP server with draft+confirm safety, vault auto-export, a#15,202 · 1 ver
- midjourney-mcp#16,137 · 1 ver
- Local-first personal finance MCP#16,488 · 1 ver
- lu#16,489 · 1 ver
- MCP server for RescueTime productivity data#17,435 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Jun 17, 2026 |
Frequently asked questions
- Who maintains instagram-mcp?
- instagram-mcp is maintained by adelaidasofia, which publishes 20 MCP servers (19 total versions) tracked on MCP Toplist.
- Is instagram-mcp listed on the Official MCP Registry?
- Yes — instagram-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does instagram-mcp have?
- MCP Toplist tracks 1 version of instagram-mcp, most recently published on Jun 17, 2026.
- Where can I find the source code for instagram-mcp?
- The source code for instagram-mcp is hosted at github.com/adelaidasofia/instagram-mcp.