{
  "markdown": "# Importly MCP Server\n\nGive your AI agent the ability to **download, transcribe, and inspect any video or audio URL** — YouTube, TikTok, X, podcasts, and 1000+ other sites.\n\n[Importly](https://importly.io/?utm_source=mcp&utm_medium=integration&utm_campaign=readme) 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.\n\n## Tools\n\n| Tool | What it does |\n| ---- | ------------ |\n| `import_media` / `check_import` | Download media to hosted storage, get a direct link (optionally with a transcript) |\n| `transcribe_media` / `check_transcription` | Speech-to-text with timestamped segments |\n| `get_metadata` / `check_metadata` | Full metadata: formats, uploader, thumbnails, stats |\n| `get_basic_metadata` / `check_basic_metadata` | Fast title/duration/thumbnail lookup |\n| `check_balance` | Remaining credit balance |\n\nJobs are async: submit tools return a `jobId`, check tools poll it. Responses tell the agent exactly what to do next.\n\n## Setup\n\n1. Get an API key at [importly.io](https://importly.io/?utm_source=mcp&utm_medium=integration&utm_campaign=readme) — **$3.00 in free credits, no card required**.\n2. Add the server to your MCP client:\n\n### Claude Code\n\n```bash\nclaude mcp add importly -e IMPORTLY_API_KEY=your_key -- npx -y importly-mcp\n```\n\n### Claude Desktop / Cursor / Cline / Windsurf\n\n```json\n{\n  \"mcpServers\": {\n    \"importly\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"importly-mcp\"],\n      \"env\": { \"IMPORTLY_API_KEY\": \"your_key\" }\n    }\n  }\n}\n```\n\n(Claude Desktop: `claude_desktop_config.json` · Cursor: `.cursor/mcp.json` · Cline: MCP settings UI · Windsurf: `~/.codeium/windsurf/mcp_config.json`)\n\n## Example prompts\n\n- \"Transcribe this talk and summarize the key points: https://www.youtube.com/watch?v=…\"\n- \"Download the audio of this podcast episode and give me a link\"\n- \"How long is this video and who uploaded it?\"\n\n## Pricing\n\nUsage-based credits (downloads ~$0.01/MB, transcription per media minute) — see [pricing](https://importly.io/pricing?utm_source=mcp&utm_medium=integration&utm_campaign=readme). New accounts get $3.00 free.\n\n## Docs & support\n\n- [Setup guide](https://importly.io/docs/integrations/mcp?utm_source=mcp&utm_medium=integration&utm_campaign=readme)\n- [API docs](https://importly.io/docs?utm_source=mcp&utm_medium=integration&utm_campaign=readme)\n- support@importly.io\n\nMIT licensed. The server is a thin wrapper over the [Importly API](https://importly.io/docs?utm_source=mcp&utm_medium=integration&utm_campaign=readme).\n",
  "bytes": 2598,
  "sha": "c72f4b308c9604a61cd4dd6beac88ff9ea4cb42837c29230c657a5107c62b461",
  "repo_slug": "yyildiz/importly-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_importly_importly_mcp_98c91689/readme"
}