instagram creator for Grok
io.github.wmarceau/instagram-creator
Instagram automation: post images, Reels, carousels, Stories, analytics
client:Grok
transport:stdio
runtime:pypi
Install instagram creator in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"instagram-creator": {
"type": "stdio",
"command": "uvx",
"args": [
"instagram-creator-mcp"
],
"env": {
"INSTAGRAM_ACCESS_TOKEN": "<INSTAGRAM_ACCESS_TOKEN>",
"INSTAGRAM_ACCOUNT_ID": "<INSTAGRAM_ACCOUNT_ID>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs