Skip to main content
Glama
handoing

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使用します。

Related MCP server: TikTok MCP

特徴

  • 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

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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