Importly MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Importly MCP ServerTranscribe this talk and summarize the key points: https://www.youtube.com/watch?v=abc123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Tool | What it does |
| Download media to hosted storage, get a direct link (optionally with a transcript) |
| Speech-to-text with timestamped segments |
| Full metadata: formats, uploader, thumbnails, stats |
| Fast title/duration/thumbnail lookup |
| Remaining credit balance |
Jobs are async: submit tools return a jobId, check tools poll it. Responses tell the agent exactly what to do next.
Related MCP server: yt-dlp-mcp-server
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-mcpClaude 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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI agents to extract YouTube video metadata and generate high-quality multilingual transcriptions with voice activity detection, supporting 99 languages with translation capabilities and intelligent caching.56MIT
- AlicenseAqualityAmaintenanceEnables AI agents to inspect, plan, download, and postprocess media from YouTube and other sites using yt-dlp, with safety and full option support.2812MIT
- Alicense-qualityBmaintenanceEnables AI agents to fetch transcripts, metadata, and download videos/audio from YouTube without API keys.27MIT
- Flicense-qualityDmaintenanceEnables video metadata extraction and downloading from platforms like TikTok and YouTube via yt-dlp, including direct MP4 links and local downloads with MP3 conversion.
Related MCP Connectors
15 media & data tools for AI agents: search, transcribe, subtitles, voiceover, translate & more.
💯 The fastest YouTube transcript + YouTube search MCP for AI agents. Try for free.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/yyildiz/importly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server