Skip to content
Zed

importly mcp for Zed

io.importly/importly-mcp

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

client:Zed transport:stdio runtime:npm

Install importly mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "importly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "importly-mcp"
      ],
      "env": {
        "IMPORTLY_API_KEY": "<IMPORTLY_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

importly mcp in other clients