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
{
"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