Skip to content
Zed

instagram mcp for Zed

io.github.adelaidasofia/instagram-mcp

Official, multi-account Instagram Graph API MCP: read, publish, analytics, comments, DMs.

client:Zed transport:stdio runtime:pypi

Install instagram mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "instagram-mcp": {
      "command": "uvx",
      "args": [
        "adelaidasofia-instagram-mcp"
      ],
      "env": {
        "INSTAGRAM_MCP_ACCESS_TOKEN": "<INSTAGRAM_MCP_ACCESS_TOKEN>",
        "INSTAGRAM_MCP_IG_USER_ID": "<INSTAGRAM_MCP_IG_USER_ID>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

instagram mcp in other clients