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.
freesound-mcp
A Model Context Protocol (MCP) server that enables AI applications to search and download audio resources from the Freesound platform via natural language commands.
Apify
Extract data from any website with thousands of scrapers, crawlers, and automations
Cloudflare Browser Rendering
Provides web context to LLMs using Cloudflare's Browser Rendering API.
302AI BrowserUse
An AI-powered browser automation server for natural language control and web research.
Fetch
Fetch web content as HTML, JSON, plain text, or Markdown.
Postman V2
An MCP server that provides access to Postman using V2 api version.
MCP Orlen Wholesale Price
Model Context Protocol Servers for Orlen Wholesale Price.
Crawl4AI MCP Server
An MCP server for advanced web crawling, content extraction, and AI-powered analysis using the crawl4ai library.
Web Fetch
Fetches and converts web content, ideal for data extraction and web scraping.
Browser Use MCP Server
An MCP server that allows AI agents to control a web browser using the browser-use library.