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.
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"}'
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"
}
}
}
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>.
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"
}
}
}
}
Once installed, just ask naturally:
Your AI assistant picks the right tool automatically.