🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

importly-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

importly-mcp

MCP server for Importly — let AI agents download, transcribe, and extract metadata from any video or audio URL. No yt-dlp, proxies, or ffmpeg to run yourself.

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
31
-29.55%
Maintainers
1
Weekly downloads
 
Created
Source

Importly MCP Server

Give your AI agent the ability to download, transcribe, and inspect any video or audio URL — YouTube, TikTok, X, podcasts, and 1000+ other sites.

Importly runs yt-dlp, rotating residential proxies, ffmpeg, and speech-to-text server-side, so your agent (and you) never deal with IP bans, 429s, cookie rot, or extractor breakage.

Tools

ToolWhat it does
import_media / check_importDownload media to hosted storage, get a direct link (optionally with a transcript)
transcribe_media / check_transcriptionSpeech-to-text with timestamped segments
get_metadata / check_metadataFull metadata: formats, uploader, thumbnails, stats
get_basic_metadata / check_basic_metadataFast title/duration/thumbnail lookup
check_balanceRemaining credit balance

Jobs are async: submit tools return a jobId, check tools poll it. Responses tell the agent exactly what to do next.

Setup

  • Get an API key at importly.io$3.00 in free credits, no card required.
  • Add the server to your MCP client:

Claude Code

claude mcp add importly -e IMPORTLY_API_KEY=your_key -- npx -y importly-mcp

Claude Desktop / Cursor / Cline / Windsurf

{
  "mcpServers": {
    "importly": {
      "command": "npx",
      "args": ["-y", "importly-mcp"],
      "env": { "IMPORTLY_API_KEY": "your_key" }
    }
  }
}

(Claude Desktop: claude_desktop_config.json · Cursor: .cursor/mcp.json · Cline: MCP settings UI · Windsurf: ~/.codeium/windsurf/mcp_config.json)

Example prompts

  • "Transcribe this talk and summarize the key points: https://www.youtube.com/watch?v=…"
  • "Download the audio of this podcast episode and give me a link"
  • "How long is this video and who uploaded it?"

Pricing

Usage-based credits (downloads ~$0.01/MB, transcription per media minute) — see pricing. New accounts get $3.00 free.

Docs & support

MIT licensed. The server is a thin wrapper over the Importly API.

Keywords

mcp

FAQs

Package last updated on 20 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts