Skip to content

instagram creator for Zed

io.github.wmarceau/instagram-creator

Instagram automation: post images, Reels, carousels, Stories, analytics

client:Zed transport:stdio runtime:pypi

Install instagram creator 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-creator": {
      "command": "uvx",
      "args": [
        "instagram-creator-mcp"
      ],
      "env": {
        "INSTAGRAM_ACCESS_TOKEN": "<INSTAGRAM_ACCESS_TOKEN>",
        "INSTAGRAM_ACCOUNT_ID": "<INSTAGRAM_ACCOUNT_ID>"
      }
    }
  }
}

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

instagram creator in other clients