instagrapi (MCP Server)

GitHub

๐Ÿ”ฅ The fastest and powerful Python library for Instagram Private API 2026 with HikerAPI SaaS

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "instagrapi": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-instagrapi"
      ]
    }
  }
}