Skip to content
Cursor

instagram mcp for Cursor

io.github.mcpware/instagram-mcp

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

client:Cursor transport:stdio runtime:npm

Install instagram mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "instagram-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

instagram mcp in other clients