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
Máy chủ liên quan
Bright Data
nhà tài trợDiscover, extract, and interact with the web - one interface powering automated access across the public internet.
YouTube Transcript
Fetches transcripts for YouTube videos.
Playwright
Provides browser automation capabilities using Playwright. Interact with web pages, take screenshots, and execute JavaScript in a real browser environment.
Playlist-MCP
Provides access to the transcripts of any YouTube playlist, configurable via URL.
Oxylabs AI Studio
AI-powered tools for web scraping, crawling, and browser automation.
nicheiqs-mcp
Market intelligence MCP server. Returns Winnability Score, Reddit pain signals, and Google Trendsdata in one tool call.
Feed
A server for fetching and parsing RSS, Atom, and JSON feeds.
MCP Node Fetch
Fetch web content using the Node.js undici library.
JCrawl4AI
A Java-based MCP server for interacting with the Crawl4ai web scraping API.
Chrome MCP Server
Control a Chrome browser instance using the Chrome DevTools Protocol (CDP).
Fetch as Markdown MCP Server
Fetches web pages and converts them to clean markdown, focusing on main content extraction.