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: instagram-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 라이센스

Available Tools

1 tool
downloadC

Instagram downloader

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYesDownload local path (e.g. /Users/project/vue, /Users/download)
urlYesInstagram website address (e.g. https://www.instagram.com/p/DHvN6-xygmQ/, https://www.instagram.com/p/DHaq23Oy1iV/)

TDQS

C2.7/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Instagram downloader' implies a read operation that saves content locally, but it doesn't specify behavioral traits like whether it requires authentication, handles rate limits, supports batch downloads, or what happens on failure. This leaves significant gaps for a tool that likely interacts with external services.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise with just two words, 'Instagram downloader', which is front-loaded and wastes no space. It efficiently conveys the core purpose without unnecessary elaboration, making it easy to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of downloading from Instagram (likely involving external APIs, authentication, and file handling), the description is incomplete. No annotations or output schema exist to supplement it, and the description lacks details on what content is downloaded, success/failure behavior, or any operational constraints, making it inadequate for safe and effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with clear descriptions for both parameters (url and path). The description doesn't add any meaning beyond what the schema provides, such as explaining parameter interactions or constraints. With high schema coverage, the baseline is 3, as the schema adequately documents the parameters without extra help from the description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Instagram downloader' states the general purpose (downloading from Instagram) but lacks specificity about what exactly gets downloaded (e.g., images, videos, posts, stories) and doesn't include a clear verb-resource combination. It's vague but not tautological since it adds 'Instagram' context beyond just the name 'download'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives, prerequisites, or limitations. The description doesn't mention any context for usage, such as authentication needs or supported Instagram content types, leaving the agent with no usage instructions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool updatev1.0.0
    • First observeddownload

TDQS

C2.9/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The single tool 'download' has a clear and distinct purpose for downloading Instagram content.

Naming Consistency5/5

Since there is only one tool, naming consistency is inherently perfect. The tool name 'download' follows a simple verb pattern, and there are no other tools to create inconsistency.

Tool Count2/5

A single tool is too few for the server's purpose as an Instagram Video Downloader. This scope suggests potential needs like handling different content types, user authentication, or error handling, which are not covered.

Completeness2/5

The tool set is severely incomplete for the domain. It only provides a download function, lacking essential operations such as listing available videos, handling metadata, or supporting different Instagram content formats, which limits agent functionality.

Maintenance

ActivityInactive
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • F
    license
    B
    quality
    C
    maintenance
    Provides Instagram analytics, media downloads, and search capabilities through an MCP interface for use with Claude and other MCP clients.
    43
    41
    -
  • A
    license
    A
    quality
    B
    maintenance
    16 Instagram creator tools as an MCP server — Reels/Story/carousel downloaders, engagement audit, hashtag search, Reels hook generator, best-time-to-post and content calendar. Wraps instapdown.com public API — no auth required.
    16
    66
    1
    MIT