Loading MCP server directory, please wait...
Instagram MCP — 23 tools for Instagram Graph API: posts, DMs, stories, reels, analytics.
npx @getmcp/cli add io.github.mcpware/instagram-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
INSTAGRAM_ACCESS_TOKENMeta long-lived access token for Instagram Graph API
INSTAGRAM_ACCOUNT_IDInstagram business account ID
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mcpware/instagram-mcp": {
"command": "npx",
"args": [
"-y",
"@mcpware/instagram-mcp"
],
"env": {
"INSTAGRAM_ACCESS_TOKEN": "",
"INSTAGRAM_ACCOUNT_ID": "",
"INSTAGRAM_API_VERSION": ""
}
}
}
}