Instagram Video Downloader MCP Server - UBOS

✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

ig-download-mcp-server

MCP service for downloading Instagram videos

Overview

ig-download-mcp-server is a lightweight MCP (Model Context Protocol) service that enables downloading Instagram videos programmatically. It uses btch-downloader for extracting media URLs and axios for efficient downloading.

Features

  • Fetch Instagram video URLs
  • Download videos to a specified local path
  • Progress tracking and logging
  • Built with FastMCP for easy integration

Usage

Start the MCP service:

$ git clone https://github.com/handoing/ig-download-mcp-server
{
    "mcpServers": {
        "ig-download-mcp-server": {
            "command": "node",
            "args": [
                "path/ig-download-mcp-server/index.js"
            ]
        }
    }
}

API

Download Video

Command:

{
  "tool": "download",
  "parameters": {
    "url": "https://www.instagram.com/p/DHvN6-xygmQ/",
    "path": "/Users/project/downloads"
  }
}

Response:

"Instagram download success"

License

MIT License

Featured Templates

View More

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.