Instagram Video Downloader

MCP service for downloading Instagram videos

Installation

Installing for Claude Desktop

Manual Configuration Required

This MCP server requires manual configuration. Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

This will open your configuration file where you can add the Instagram Video Downloader MCP server manually.

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

Share:
Details:
  • Stars


    2
  • Forks


    4
  • Last commit


    3 months ago
  • Repository age


    3 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to Instagram Video Downloader:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Instagram Video Downloader: MCP Server – MCP.Bar