Skip to main content
Glama
handoing

Instagram Video Downloader MCP Server

by handoing

ig-下载-mcp-服务器

用于下载 Instagram 视频的 MCP 服务

概述

ig-download-mcp-server是一款轻量级 MCP(模型上下文协议)服务,支持以编程方式下载 Instagram 视频。它使用btch-downloader提取媒体 URL,并使用axios实现高效下载。

Related MCP server: instagram-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 许可证

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