Skip to main content
Glama

Instagram Video Downloader MCP Server

by handoing

ig-下载-mcp-服务器

用于下载 Instagram 视频的 MCP 服务

概述

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

特征

  • 获取 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

local-only server

The server can only run on the client's local machine because it depends on local resources.

轻量级 MCP 服务,支持以编程方式将 Instagram 视频下载到指定的本地路径并进行进度跟踪。

  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
          30
          TypeScript
        • A
          security
          A
          license
          A
          quality
          A MCP Server for TikTok videos that allows you to get video subtitles and post details, such as the number of likes, hashtags, and publishing time.
          Last updated -
          3
          2
          81
          JavaScript
          MIT License
        • -
          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
        • A
          security
          A
          license
          A
          quality
          A FastMCP-based service that extracts no-watermark links from 20+ video platforms (including TikTok, Kuaishou, etc.) and can convert video speech to text.
          Last updated -
          3
          28
          Python
          MIT License

        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