Skip to content
Zed

instagram mcp for Zed

io.github.mcpware/instagram-mcp

Instagram MCP — 23 tools for Instagram Graph API: posts, DMs, stories, reels, analytics.

client:Zed transport:stdio runtime:npm

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": "npx",
      "args": [
        "-y",
        "@mcpware/instagram-mcp"
      ],
      "env": {
        "INSTAGRAM_ACCESS_TOKEN": "<INSTAGRAM_ACCESS_TOKEN>",
        "INSTAGRAM_ACCOUNT_ID": "<INSTAGRAM_ACCOUNT_ID>",
        "INSTAGRAM_API_VERSION": "<INSTAGRAM_API_VERSION>"
      }
    }
  }
}

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

instagram mcp in other clients