PluginBench
MCP Server
Active
MIT

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • INSTAGRAM_MCP_ACCESS_TOKEN
    secret

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-mcp

Related MCP servers

FastMCP server for Apollo.io — 22 tools: sequences, campaign health, mailbox warmup, enrichment,…

2
Python
MIT
View repository →

FastMCP server for surgical queries against a vault knowledge graph (NetworkX node-link JSON).…

2
Python
MIT
View repository →

Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token-efficient, macOS…

1
Python
MIT
View repository →

macOS-only MCP server that exposes iMessage chat.db to Claude and exports per-chat history to an…

1
Python
MIT
View repository →

Multi-workspace Slack MCP server with draft+confirm safety, vault auto-export, and triple-mode…

1
Python
MIT
View repository →

FastMCP server for Substack — publish Notes and posts, pull analytics, manage drafts, pluggable…

1
Python
MIT
View repository →