Instagram ExporterRemote MCP server

Instagram Exporter MCP

Give Cursor, Codex, and compatible AI agents the ability to export Instagram audiences with natural language. No manual task setup, polling, or result hunting.

View setup
  • 7export sources
  • 5active keys per account
  • 0local packages to install
Agent request

Export 200 followers from @nike, only keep rows with an email, and send me the result.

IG Exporter tools selected automatically

Secure workspace

MCP API keys

Sign in to generate your private connection key.

Your key lets MCP clients use your LinkedRadar Instagram export credits.

Supported clients

Built for the AI workspace already open on your desk.

  • Cursor

    Use Agent mode to run exports from your editor.

  • Codex

    Connect once, then delegate exports from any project.

  • MCP clients

    Works with compatible Streamable HTTP clients.

How it works

From one sentence to a downloadable result.

  1. 01

    Create a private key

    Sign in below, name the device, and copy the secret when it appears.

  2. 02

    Add one config block

    Paste the generated Cursor JSON or Codex TOML into your MCP configuration.

  3. 03

    Ask, monitor, download

    Your agent creates the async export, checks progress, and returns the result link.

Quick setup

Connect your MCP client.

Choose one setup method. All three connect to the same LinkedRadar MCP endpoint.

Codex

Add this block to ~/.codex/config.toml.

~/.codex/config.toml
[mcp_servers.ig-exporter]
url = "https://linkedradar.com/igweb/api/mcp"
tool_timeout_sec = 60

[mcp_servers.ig-exporter.http_headers]
Authorization = "Bearer YOUR_MCP_API_KEY"

Claude Code

Register the remote HTTP server with one command.

Terminal command
claude mcp add --transport http ig-exporter https://linkedradar.com/igweb/api/mcp --header "Authorization: Bearer YOUR_MCP_API_KEY"

Cursor

Add this to .cursor/mcp.json or ~/.cursor/mcp.json.

.cursor/mcp.json
{
  "mcpServers": {
    "ig-exporter": {
      "url": "https://linkedradar.com/igweb/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_MCP_API_KEY"
      }
    }
  }
}

One connection, complete workflow

The Instagram export tools your agent can use.

Your agent selects the right tool, starts an asynchronous job, follows progress, and returns the download link when the export is ready.

  • FollowersExport followers from a public account
  • FollowingExport accounts a profile follows
  • ProfilesCollect details for a username list
  • CommentersExport users who commented on a post
  • LikersExport users who liked a post
  • KeywordsDiscover profiles from a search phrase
  • HashtagsCollect profiles related to a hashtag

Agent operations

  • Check credits
  • Create export
  • Check progress
  • View history
  • Stop or resume

Example prompts

Describe the result. Let your agent handle the steps.

  1. 01

    "Check how many Instagram export credits I have left."

  2. 02

    "Export 200 followers from @nike. Only keep rows with an email address."

  3. 03

    "Check the export I just started. When it finishes, send me the download link and my remaining credits."

FAQ

Before you connect.

What is Instagram Exporter MCP?

It is a remote Model Context Protocol server that lets compatible AI clients use LinkedRadar's Instagram export tools. Your agent can create export tasks, check their status, and return result download links.

Which MCP clients are supported?

This page includes tested configuration formats for Cursor and Codex. Other MCP clients can connect when they support remote Streamable HTTP servers and custom Authorization headers.

Do I need to install anything locally?

No. The MCP server is hosted remotely. Add the server URL and your private key to your client's MCP configuration, then restart the client.

Why is the full API key only shown once?

The secret grants access to your account's export credits. LinkedRadar does not show the full value again after creation. If you lose it, revoke the old key and create a new one.

Why does Cursor connect but not call a tool?

Make sure Cursor is in Agent mode, then give a specific request with a username or post, export type, and quantity. Ordinary Chat mode may not invoke MCP tools automatically.

How long does an export take?

Exports are asynchronous and normally take from a few seconds to several minutes, depending on the source and requested quantity. Ask your agent to keep checking the task status.

Does an MCP export use credits?

Yes. MCP exports use the same LinkedRadar credit rules as exports started from the website. Check your balance before a large task or reduce the requested quantity.

Ready for agent-led exports?

Create a key, connect your client, and make the first request.