Skip to content
Cursor

Convertrilo for Cursor

io.github.serkandrgn/convertrilo

Create and manage Convertrilo video encoding jobs from MCP clients and agent workflows.

client:Cursor transport:stdio runtime:npm

Install Convertrilo in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "convertrilo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@convertrilo/sdk"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Convertrilo in other clients