Skip to main content
Glama

Instagram Video Downloader MCP Server

by handoing

ig-다운로드-mcp-서버

인스타그램 동영상 다운로드를 위한 MCP 서비스

개요

ig-download-mcp-server 인스타그램 비디오를 프로그래밍 방식으로 다운로드할 수 있는 경량 MCP(모델 컨텍스트 프로토콜) 서비스입니다. btch-downloader 사용하여 미디어 URL을 추출하고, axios 사용하여 효율적으로 다운로드합니다.

특징

  • 인스타그램 비디오 URL 가져오기
  • 지정된 로컬 경로에 비디오 다운로드
  • 진행 상황 추적 및 로깅
  • 간편한 통합을 위해 FastMCP로 구축됨

용법

MCP 서비스를 시작합니다.

지엑스피1

{ "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