Server data from the Official MCP Registry
Download, transcribe, and get metadata for any video/audio URL. Managed yt-dlp + speech-to-text.
Download, transcribe, and get metadata for any video/audio URL. Managed yt-dlp + speech-to-text.
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
12 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: IMPORTLY_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-importly-importly-mcp": {
"env": {
"IMPORTLY_API_KEY": "your-importly-api-key-here"
},
"args": [
"-y",
"importly-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
| Tool | What it does |
|---|---|
import_media / check_import | Download media to hosted storage, get a direct link (optionally with a transcript) |
transcribe_media / check_transcription | Speech-to-text with timestamped segments |
get_metadata / check_metadata | Full metadata: formats, uploader, thumbnails, stats |
get_basic_metadata / check_basic_metadata | Fast title/duration/thumbnail lookup |
check_balance | Remaining credit balance |
Jobs are async: submit tools return a jobId, check tools poll it. Responses tell the agent exactly what to do next.
claude mcp add importly -e IMPORTLY_API_KEY=your_key -- npx -y importly-mcp
{
"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)
Usage-based credits (downloads ~$0.01/MB, transcription per media minute) — see pricing. New accounts get $3.00 free.
MIT licensed. The server is a thin wrapper over the Importly API.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.