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
          4
          TypeScript
        • -
          security
          A
          license
          -
          quality
          An MCP server that allows Claude and other AI assistants to interact with the YouTube API, providing tools to search videos/channels and retrieve detailed information about them.
          Last updated -
          1
          JavaScript
          MIT License
          • Apple
        • -
          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
          Simple MCP server that returns the transcription of a Youtube video using url and desired language.
          Last updated -
          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