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_TOKENFacebook/Instagram Graph API access token
INSTAGRAM_ACCOUNT_IDInstagram 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-mcpRelated MCP servers
Amazon seller tools: FBA fees, inventory optimization, restock recommendations.
0
View repository →Python
AI-powered fitness content creator tools: video editing, image generation, workout plans, analytics.
0
View repository →Python
Convert markdown to professional PDFs with clickable table of contents. No API keys.
0
View repository →Python