Skip to content
Cursor

Flickies for Cursor

io.github.psyb0t/flickies

Self-hosted MCP server: video lipsync, face restore, and ffmpeg ops (trim, concat, transcode).

client:Cursor transport:stdio runtime:oci

Install Flickies in Cursor

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

{
  "mcpServers": {
    "flickies": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/flickies:v0.3.16"
      ]
    }
  }
}

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

Flickies in other clients