importly mcp for Cursor
io.importly/importly-mcp
Download, transcribe, and get metadata for any video/audio URL. Managed yt-dlp + speech-to-text.
client:Cursor
transport:stdio
runtime:npm
Install importly mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"importly-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"importly-mcp"
],
"env": {
"IMPORTLY_API_KEY": "<IMPORTLY_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs