Skip to main content
Glama
handoing

Instagram Video Downloader MCP Server

by handoing

ig-다운로드-mcp-서버

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

개요

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

Related MCP server: TikTok MCP

특징

  • 인스타그램 비디오 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

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