Odel
instagram mcp

instagram mcp

Local
@mcpware34PythonMITUpdated 3mo ago

Instagram MCP — 23 tools for Instagram Graph API: posts, DMs, stories, reels, analytics.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mcpware/instagram-mcpv1.0.4

Run

npx -y @mcpware/instagram-mcp

MCP client config

{
  "mcpServers": {
    "instagram-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mcpware/instagram-mcp"
      ]
    }
  }
}