← Back to Plugins
MCP Server MCP

io.importly/importly-mcp

github By github 👁 3 views ▲ 0 votes

Download, transcribe, and get metadata for any video/audio URL. Managed yt-dlp + speech-to-text.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "importly-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Importly API key — free key with $3 credits at https://importly.io/?utm_source=mcp&utm_medium=integration&utm_campaign=official-registry",
          "isRequired": true,
          "isSecret": true,
          "name": "IMPORTLY_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...