Instagram Downloader
A server to download videos and media from Instagram.
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
Related Servers
Bright Data
sponsorDiscover, extract, and interact with the web - one interface powering automated access across the public internet.
Scrapfly
Scrapfly MCP Server gives AI agents a simple, unified way to scrape live web data with built-in anti-bot handling.
Chrome MCP Server
Control a Chrome browser instance using the Chrome DevTools Protocol (CDP).
LinkedIn MCP
Scrape LinkedIn profiles and companies, get recommended jobs, and perform job searches.
Firecrawl
Extract web data with Firecrawl
Patchright Lite MCP Server
A server that wraps the Patchright SDK to provide stealth browser automation for AI models.
Scrapezy
Extract structured data from websites using the Scrapezy API.
WebSearch
An advanced web search and content extraction tool powered by the Firecrawl API for web scraping and analysis.
Mention MCP Server
Monitor web and social media using the Mention API.
Trends Hub
Aggregates trending topics from over 20 sources in real-time, with customizable fields and RSS feed support.
Browser Use
Enables AI agents to control web browsers using natural language commands.