Skip to content
Claude Desktop

Instagram Profile MCP Server for Claude Desktop

io.github.afanasenkoa/instagram-profile-mcp-server

Instagram profiles for AI agents — followers, similar accounts, keyword and location search.

client:Claude Desktop transport:streamable-http

Install Instagram Profile MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "instagram-profile-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://afanasenko--instagram-profile-scraper-mcp-server.apify.actor/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Instagram Profile MCP Server in other clients