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
관련 서버
Bright Data
스폰서Discover, extract, and interact with the web - one interface powering automated access across the public internet.
YouTube Transcript Extractor
Extracts transcripts from public YouTube videos.
open-sales-stack
Collection of B2B sales intelligence MCP servers. Includes website analysis, tech stack detection, hiring signals, review aggregation, ad tracking, social profiles, financial reporting and more for AI-powered prospecting
Olostep MCP Server
A server for web scraping, Google searches, and website URL lookups using the Olostep API.
Simple MCP Tool Server
A simple MCP server that provides a tool for fetching website content using SSE transport.
HDW MCP Server
Access and manage LinkedIn data and user accounts using the HorizonDataWave API.
yt-dlp-mcp
Download video and audio from various platforms like YouTube, Facebook, and TikTok using yt-dlp.
Jina Reader
Fetch the content of a remote URL as Markdown with Jina Reader.
Documentation Crawler
Crawl websites to generate Markdown documentation and make it searchable through an MCP server.
Scrapezy
Extract structured data from websites using the Scrapezy API.
Playwright Server
A server providing Playwright tools for browser automation and web scraping.