mcpbeat Sign in

Flickies MCP Server

local only

Flickies runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 1 Aug 2026.

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

Installs / week
not published
1
Stars
0 open issues
1 Aug 2026
Last commit
from GitHub
WTFPL
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command .agents/plugins/flickies/bin/cli.js:40
const result = spawnSync(process.execPath, args, { stdio: "inherit" });
        localpath = os.path.abspath(os.path.join(prefix, reldir))

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Flickies

same job, measured the same way
Ffmpeg Micro
by ffmpeg-micro

MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.

146 installs/wk answering
Codexbox
by psyb0t

Self-hosted MCP server: run OpenAI Codex CLI prompts and manage workspace files.

local only
Personal Finance MCP
by josuem1109

Self-hosted, read-only MCP server that connects your banks and investments via Plaid.

local only
Google Flights
by johnisanerd

Google Flights search data: fares, routes, stops, and price insights via a hosted MCP server.

answering
BittensorMCP
by btmcp

Hosted MCP server for live Bittensor chain reads and self-custodial on-chain writes.

answering
Myco Brain
by thegoodguysla

Self-hosted, source-traceable memory layer and MCP server for AI agents, on your own Postgres.

66 installs/wk local only
Talkies
by psyb0t

Self-hosted MCP server for speech: ASR transcription, TTS synthesis, and file staging tools.

local only
Laserfiche MCP
by samuelshernandez

MCP server for self-hosted Laserfiche repositories — search and read documents from Claude.

117 installs/wk local only

Flickies — questions

Answers built from our own checks of this server.

Why is there no uptime for Flickies?
Flickies runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Flickies open source?
No, and the distinction matters: its licence is declared as WTFPL. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.