MCP ExplorerExplorer

Ig Download Mcp Server

@handoingon 10 months ago
2 MIT
FreeCommunity
AI Systems
MCP service for downloading Instagram videos

Overview

What is Ig Download Mcp Server

ig-download-mcp-server is a lightweight MCP service designed for programmatically downloading Instagram videos.

Use cases

Use cases include automating the download of Instagram videos for archiving, creating a media library, or integrating video downloads into a larger application.

How to use

To use ig-download-mcp-server, clone the repository from GitHub and start the MCP service using Node.js. You can then send a command to download videos by specifying the Instagram URL and the local path for saving the video.

Key features

Key features include fetching Instagram video URLs, downloading videos to a specified local path, progress tracking and logging, and easy integration with FastMCP.

Where to use

ig-download-mcp-server can be used in software development projects that require downloading media from Instagram, such as content management systems, social media applications, or personal projects.

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers