instagram mcp for Cursor
io.github.mcpware/instagram-mcp
Instagram MCP — 23 tools for Instagram Graph API: posts, DMs, stories, reels, analytics.
client:Cursor
transport:stdio
runtime:npm
Install instagram mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs