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: TikTok 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 许可证

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