- Explore MCP Servers
- ig-download-mcp-server
Ig Download Mcp Server
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










