Codex
Add this block to ~/.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"
Remote MCP serverGive Cursor, Codex, and compatible AI agents the ability to export Instagram audiences with natural language. No manual task setup, polling, or result hunting.
Export 200 followers from @nike, only keep rows with an email, and send me the result.
IG Exporter tools selected automaticallySecure workspace
Your key lets MCP clients use your LinkedRadar Instagram export credits.
Supported clients
Use Agent mode to run exports from your editor.
Connect once, then delegate exports from any project.
Works with compatible Streamable HTTP clients.
How it works
Sign in below, name the device, and copy the secret when it appears.
Paste the generated Cursor JSON or Codex TOML into your MCP configuration.
Your agent creates the async export, checks progress, and returns the result link.
Quick setup
Choose one setup method. All three connect to the same LinkedRadar MCP endpoint.
Add this block to ~/.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"Register the remote HTTP server with one command.
claude mcp add --transport http ig-exporter https://linkedradar.com/igweb/api/mcp --header "Authorization: Bearer YOUR_MCP_API_KEY"Add this to .cursor/mcp.json or ~/.cursor/mcp.json.
{
"mcpServers": {
"ig-exporter": {
"url": "https://linkedradar.com/igweb/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_MCP_API_KEY"
}
}
}
}One connection, complete workflow
Your agent selects the right tool, starts an asynchronous job, follows progress, and returns the download link when the export is ready.
Agent operations
Example prompts
"Check how many Instagram export credits I have left."
"Export 200 followers from @nike. Only keep rows with an email address."
"Check the export I just started. When it finishes, send me the download link and my remaining credits."
FAQ
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.
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.
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.
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.
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.
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.
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?