instagram creator for Cursor
io.github.wmarceau/instagram-creator
Instagram automation: post images, Reels, carousels, Stories, analytics
client:Cursor
transport:stdio
runtime:pypi
Install instagram creator in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"instagram-creator": {
"type": "stdio",
"command": "uvx",
"args": [
"instagram-creator-mcp"
],
"env": {
"INSTAGRAM_ACCESS_TOKEN": "<INSTAGRAM_ACCESS_TOKEN>",
"INSTAGRAM_ACCOUNT_ID": "<INSTAGRAM_ACCOUNT_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs