ig-download-mcp-server
@handoing
About ig-download-mcp-server
MCP service for downloading Instagram videos
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ig-download-mcp-server": {
"command": "node",
"args": [
"path/ig-download-mcp-server/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ig-download-mcp-server?
ig-download-mcp-server is a lightweight MCP (Model Context Protocol) service that downloads Instagram videos programmatically. It uses btch-downloader to extract media URLs and axios for downloading, and is built with FastMCP for easy integration.
How to use ig-download-mcp-server?
Clone the repository and configure the server in your MCP client settings using the node command with the path to index.js. Invoke the download tool with a url (Instagram post URL) and path (local destination folder). The service returns "Instagram download success" upon completion.
Key features of ig-download-mcp-server
- Fetch Instagram video URLs
- Download videos to a specified local path
- Progress tracking and logging
- Built with FastMCP for simple integration
Use cases of ig-download-mcp-server
- Archive Instagram videos locally for offline access
- Automate video downloads in a content pipeline
- Integrate Instagram media downloading into MCP-compatible assistants
FAQ from ig-download-mcp-server
What runtime environment does ig-download-mcp-server require?
Node.js is required, as the server is started with the node command.
What transport does ig-download-mcp-server use?
The server communicates over MCP using standard I/O (stdio), configured via command and arguments.
Where do the downloaded videos come from?
Videos are downloaded from Instagram’s servers using the provided public URL.
What API does ig-download-mcp-server expose?
It exposes a single tool, download, which accepts url and path parameters and confirms success with a text response.
Frequently asked questions
What runtime environment does ig-download-mcp-server require?
Node.js is required, as the server is started with the `node` command.
What transport does ig-download-mcp-server use?
The server communicates over MCP using standard I/O (stdio), configured via command and arguments.
Where do the downloaded videos come from?
Videos are downloaded from Instagram’s servers using the provided public URL.
What API does ig-download-mcp-server expose?
It exposes a single tool, `download`, which accepts `url` and `path` parameters and confirms success with a text response.
Basic information
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
Website
FunnyWolfAdversary simulation and Red teaming platform with AI

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments