Skip to main content
Glama

Instagram Video Downloader MCP Server

by handoing

ig-download-mcp-server

Instagram動画をダウンロードできるMCPサービス

概要

ig-download-mcp-server Instagram 動画をプログラムでダウンロードできる軽量な MCP (Model Context Protocol) サービスです。メディア URL の抽出にはbtch-downloaderを使用し、効率的なダウンロードにはaxios使用します。

特徴

  • Instagramの動画URLを取得する
  • 指定したローカルパスにビデオをダウンロードする
  • 進捗状況の追跡とログ記録
  • 簡単に統合できるFastMCPで構築

使用法

MCP サービスを開始します。

$ 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

ビデオをダウンロード

指示:

{ "tool": "download", "parameters": { "url": "https://www.instagram.com/p/DHvN6-xygmQ/", "path": "/Users/project/downloads" } }

応答:

"Instagram download success"

ライセンス

MITライセンス

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

進行状況を追跡しながら、指定されたローカル パスに Instagram ビデオをプログラムでダウンロードできる軽量の MCP サービスです。

  1. 概要
    1. 特徴
      1. 使用法
        1. API
      2. ライセンス

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          A server that allows fetching Instagram posts using Chrome's existing login session via Model Context Protocol (MCP).
          Last updated -
          1
          32
          TypeScript
        • A
          security
          A
          license
          A
          quality
          A MCP Server for TikTok videos that allows you to get video subtitles and post details, such as the number of likes, hashtags, and publishing time.
          Last updated -
          3
          2
          81
          JavaScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          An MCP server that enables LLMs to search YouTube, retrieve video information, and access video transcripts through standardized tools.
          Last updated -
          TypeScript
        • -
          security
          F
          license
          -
          quality
          This MCP fetches trending data from platforms like YouTube, TikTok, and Instagram Reels using various scraping and API techniques. It's designed to run under FastMCP and exposes tools that can be consumed via a local CLI or claude.
          Last updated -
          1
          Python

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/handoing/ig-download-mcp-server'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server