Skip to content
Cursor

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

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

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

importly mcp in other clients