Flickies for Grok
io.github.psyb0t/flickies
Self-hosted MCP server: video lipsync, face restore, and ffmpeg ops (trim, concat, transcode).
client:Grok
transport:stdio
runtime:oci
Install Flickies in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"flickies": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/flickies:v0.3.16"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs