https://github.com/handoing/ig-download-mcp-server
MCP service for downloading Instagram videos
https://github.com/handoing/ig-download-mcp-server
Last synced: 19 days ago
JSON representation
MCP service for downloading Instagram videos
- Host: GitHub
- URL: https://github.com/handoing/ig-download-mcp-server
- Owner: handoing
- Created: 2025-04-03T06:23:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T06:54:27.000Z (8 months ago)
- Last Synced: 2025-04-03T07:36:15.484Z (8 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- metorial-index - Instagram Video Downloader - Fetch and download videos from Instagram, handling media URL extraction and download management programmatically. Supports progress tracking and integrates easily with applications. (Social Media)
- awesome-mcp-servers - **ig-download-mcp-server** - MCP service for downloading Instagram videos `javascript` `mcp` `npm install handoing/ig-download-mcp-server` (🌐 Web Development)
README
# 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:
```sh
$ git clone https://github.com/handoing/ig-download-mcp-server
```
```json
{
"mcpServers": {
"ig-download-mcp-server": {
"command": "node",
"args": [
"path/ig-download-mcp-server/index.js"
]
}
}
}
```
### API
#### Download Video
**Command:**
```json
{
"tool": "download",
"parameters": {
"url": "https://www.instagram.com/p/DHvN6-xygmQ/",
"path": "/Users/project/downloads"
}
}
```
**Response:**
```json
"Instagram download success"
```
## License
MIT License