MCP Server
MCP
io.github.adelaidasofia/instagram-mcp
Official, multi-account Instagram Graph API MCP: read, publish, analytics, comments, DMs.
Install
uvx adelaidasofia-instagram-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "adelaidasofia-instagram-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Long-lived Graph API token (optional; or use add_account at runtime, stored in OS keychain).",
"format": "string",
"isSecret": true,
"name": "INSTAGRAM_MCP_ACCESS_TOKEN"
},
{
"description": "Numeric Instagram Business/Creator account id paired with the access token.",
"format": "string",
"name": "INSTAGRAM_MCP_IG_USER_ID"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment