Skip to main content
Glama

Instagram Video Downloader MCP Server

by handoing

ig-descarga-mcp-servidor

Servicio MCP para descargar vídeos de Instagram

Descripción general

ig-download-mcp-server es un servicio MCP (Protocolo de Contexto de Modelo) ligero que permite descargar vídeos de Instagram mediante programación. Utiliza btch-downloader para extraer las URL de los archivos multimedia y axios para una descarga eficiente.

Características

  • Obtener URLs de videos de Instagram
  • Descargar vídeos a una ruta local específica
  • Seguimiento y registro del progreso
  • Creado con FastMCP para una fácil integración

Uso

Iniciar el servicio 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

Descargar vídeo

Dominio:

{ "tool": "download", "parameters": { "url": "https://www.instagram.com/p/DHvN6-xygmQ/", "path": "/Users/project/downloads" } }

Respuesta:

"Instagram download success"

Licencia

Licencia 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.

Un servicio MCP liviano que permite la descarga programática de videos de Instagram a una ruta local específica con seguimiento del progreso.

  1. Descripción general
    1. Características
      1. Uso
        1. API
      2. Licencia

        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