NEW · MCP Integration

Instagram + TikTok tools natively inside Claude, Cursor, ChatGPT

MCP server for downloading Instagram videos, saving TikToks without watermark, viewing stories anonymously, and AI transcription — directly from your AI assistant. One paste in your MCP config, no extra apps.

✓ Claude Code ✓ Claude Desktop ✓ Cursor ✓ Windsurf ✓ ChatGPT (MCP-enabled) ✓ Any MCP client

4 tools your AI can call directly

download_instagram_content Free
Download any public Instagram video, reel, IGTV, photo or carousel — returns direct HD URLs + caption + owner.
download_tiktok_video Free
Save any public TikTok video in HD without watermark. Handles photo slideshows too.
view_instagram_stories Free
Fetch active stories and highlights for a public Instagram username — anonymously (no trace).
transcribe_social_video PRO
AI transcript of any Instagram/TikTok video — 100+ languages, SRT/VTT/TXT export, English translation option.

Setup in 30 seconds

Option 1 — Claude Code (CLI)

Run this once in your terminal — the MCP is added user-wide, available in every project.

claude mcp add-json --scope user "repostpro" '{"type":"http","url":"https://mcp.repostpro.app/mcp"}'

Option 2 — Claude Desktop / Cursor / Windsurf

Add this block to your MCP config file (paths: Claude Desktop → ~/Library/Application Support/Claude/claude_desktop_config.json · Cursor → Settings → MCP · Windsurf → Cascade settings).

{
  "mcpServers": {
    "repostpro": {
      "url": "https://mcp.repostpro.app/mcp"
    }
  }
}

🔑 API Key for PRO tools

Free tools work out of the box. To unlock transcribe_social_video, generate an API key here (requires an active Repost PRO subscription) and add it to your MCP config as Authorization: Bearer <key>.

Checking your account…

PRO config with API key

Once you have a key, use this format to unlock transcribe_social_video:

{
  "mcpServers": {
    "repostpro": {
      "url": "https://mcp.repostpro.app/mcp",
      "headers": {
        "Authorization": "Bearer rpk_YOUR_KEY_HERE"
      }
    }
  }
}

Example: what your AI can do

Once installed, just ask naturally:

Your AI assistant picks the right tool automatically.