io.github.adelaidasofia/instagram-mcp MCP Server
io.github.adelaidasofia/instagram-mcp
What is the io.github.adelaidasofia/instagram-mcp MCP server?
Official, multi-account Instagram Graph API MCP: read, publish, analytics, comments, DMs.
How to install io.github.adelaidasofia/instagram-mcp
Copy-paste configuration for popular MCP clients.
INSTAGRAM_MCP_ACCESS_TOKENsecretLong-lived Graph API token (optional; or use add_account at runtime, stored in OS keychain).
INSTAGRAM_MCP_IG_USER_IDNumeric Instagram Business/Creator account id paired with the access token.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}claude mcp add instagram-mcp --env INSTAGRAM_MCP_ACCESS_TOKEN=<YOUR_INSTAGRAM_MCP_ACCESS_TOKEN> --env INSTAGRAM_MCP_IG_USER_ID=<YOUR_INSTAGRAM_MCP_IG_USER_ID> -- uvx adelaidasofia-instagram-mcpRelated MCP servers
FastMCP server for Apollo.io — 22 tools: sequences, campaign health, mailbox warmup, enrichment,…
FastMCP server for surgical queries against a vault knowledge graph (NetworkX node-link JSON).…
Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token-efficient, macOS…
macOS-only MCP server that exposes iMessage chat.db to Claude and exports per-chat history to an…
Multi-workspace Slack MCP server with draft+confirm safety, vault auto-export, and triple-mode…
FastMCP server for Substack — publish Notes and posts, pull analytics, manage drafts, pluggable…