PluginBench
MCP Server
Active

io.github.wmarceau/instagram-creator MCP Server

io.github.wmarceau/instagram-creator

What is the io.github.wmarceau/instagram-creator MCP server?

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

How to install io.github.wmarceau/instagram-creator

Copy-paste configuration for popular MCP clients.

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

    Facebook/Instagram Graph API access token

  • INSTAGRAM_ACCOUNT_ID

    Instagram Business Account ID (optional, auto-detected)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "instagram-creator": {
      "command": "uvx",
      "args": [
        "instagram-creator-mcp"
      ],
      "env": {
        "INSTAGRAM_ACCESS_TOKEN": "<YOUR_INSTAGRAM_ACCESS_TOKEN>",
        "INSTAGRAM_ACCOUNT_ID": "<YOUR_INSTAGRAM_ACCOUNT_ID>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "instagram-creator": {
      "command": "uvx",
      "args": [
        "instagram-creator-mcp"
      ],
      "env": {
        "INSTAGRAM_ACCESS_TOKEN": "<YOUR_INSTAGRAM_ACCESS_TOKEN>",
        "INSTAGRAM_ACCOUNT_ID": "<YOUR_INSTAGRAM_ACCOUNT_ID>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "instagram-creator": {
      "command": "uvx",
      "args": [
        "instagram-creator-mcp"
      ],
      "env": {
        "INSTAGRAM_ACCESS_TOKEN": "<YOUR_INSTAGRAM_ACCESS_TOKEN>",
        "INSTAGRAM_ACCOUNT_ID": "<YOUR_INSTAGRAM_ACCOUNT_ID>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "instagram-creator": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "instagram-creator-mcp"
      ],
      "env": {
        "INSTAGRAM_ACCESS_TOKEN": "<YOUR_INSTAGRAM_ACCESS_TOKEN>",
        "INSTAGRAM_ACCOUNT_ID": "<YOUR_INSTAGRAM_ACCOUNT_ID>"
      }
    }
  }
}
Claude Code
claude mcp add instagram-creator --env INSTAGRAM_ACCESS_TOKEN=<YOUR_INSTAGRAM_ACCESS_TOKEN> --env INSTAGRAM_ACCOUNT_ID=<YOUR_INSTAGRAM_ACCOUNT_ID> -- uvx instagram-creator-mcp

Related MCP servers

Amazon seller tools: FBA fees, inventory optimization, restock recommendations.

0
Python
View repository →

Apollo.io lead enrichment and prospecting via MCP

0
Python
View repository →

AI-powered fitness content creator tools: video editing, image generation, workout plans, analytics.

0
Python
View repository →

Convert markdown to professional PDFs with clickable table of contents. No API keys.

0
Python
View repository →

TikTok automation: post videos, get analytics, manage comments

0
Python
View repository →

YouTube automation: upload videos, Shorts, manage playlists, get analytics

0
Python
View repository →