instagram mcp for Grok
io.github.mcpware/instagram-mcp
Instagram MCP — 23 tools for Instagram Graph API: posts, DMs, stories, reels, analytics.
client:Grok
transport:stdio
runtime:npm
Install instagram mcp in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
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