Instagram MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 95 installs a week from pypi. Last commit 9 Sep 2026.
Official, multi-account Instagram Graph API MCP: read, publish, analytics, comments, DMs.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
subprocess.run(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add instagram-mcp -- uvx adelaidasofia-instagram-mcp
{
"mcpServers": {
"instagram-mcp": {
"args": [
"adelaidasofia-instagram-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.instagram-mcp]
command = "uvx"
args = ["adelaidasofia-instagram-mcp"]
{
"mcpServers": {
"instagram-mcp": {
"args": [
"adelaidasofia-instagram-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"instagram-mcp": {
"args": [
"adelaidasofia-instagram-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
INSTAGRAM_MCP_ACCESS_TOKEN (Long-lived Graph API token (optional; or use add_account at runtime, stored in OS keychain).), INSTAGRAM_MCP_IG_USER_ID (Numeric Instagram Business/Creator account id paired with the access token.).
The author declared them in the registry entry; get the values from the project itself.
Instagram MCP — 23 tools for Instagram Graph API: posts, DMs, stories, reels, analytics.
Create, schedule, and publish social posts, manage accounts, and read analytics as MCP tools.
Schedule Instagram reels, manage comment-to-DM automations, and read analytics
Drive your own logged-in Instagram session via the INSSIST extension: read, publish, DMs, analytics.
Schedule social posts, check Proof-of-Publish status, pull analytics, and read mentions.
Draft, schedule and publish LinkedIn posts, reply to comments and read analytics via 2pr.io.
Manage Substack publishing, subscribers, analytics, reader feeds, comments, and images through MCP.
Multi-account Google Search Console MCP: analytics, URL inspection, sitemaps across named accounts.
Answers built from our own checks of this server.