Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Reelfaceless

FreeNot checked

Schedule short-form video posts to YouTube and TikTok from Claude Desktop or any MCP client using the ReelFaceless public API.

GitHubEmbed

About

Schedule short-form video posts to YouTube and TikTok from Claude Desktop or any MCP client using the ReelFaceless public API.

README

MCP server (stdio) for the ReelFaceless public API. Schedule short-form video posts to YouTube and TikTok from Claude Desktop, Claude Code or any other MCP client.

Setup

You need an API key: ReelFaceless → workspace → Settings → API (Creator plan and up). Plan quotas and rate limits apply automatically.

Claude Code

claude mcp add reelfaceless \
  --env REELFACELESS_API_KEY=rf_your_key \
  -- npx -y reelfaceless-mcp@latest

Claude Desktop (claude_desktop_config.json)

{
  "mcpServers": {
    "reelfaceless": {
      "command": "npx",
      "args": ["-y", "reelfaceless-mcp@latest"],
      "env": { "REELFACELESS_API_KEY": "rf_your_key" }
    }
  }
}

Optional: REELFACELESS_BASE_URL to point at a different instance.

Tools

Tool Purpose
list_channels Connected channels incl. posting schedule (needed for channel IDs)
upload_video Upload a local MP4/MOV/WebM (max 500 MB), returns media_id
create_post Schedule a post across channels — queue slots or a fixed time
list_posts List posts, newest first, optional status filter
get_post_status Per-channel status, remote URLs, error details
get_post_metrics Latest views/likes/comments per channel for a published post

Example prompt: "Upload ~/exports/recap.mp4 and add it to the queue for all my channels with the caption 'Weekly recap'."

Development

npm install
npm run build        # bundles to dist/index.js
npx tsx test/e2e.ts  # BASE=… RF_KEY=… VIDEO=… — full round-trip test

from github.com/danyial/reelfaceless_mcp

Install Reelfaceless in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install reelfaceless-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add reelfaceless-mcp -- npx -y reelfaceless-mcp

FAQ

Is Reelfaceless MCP free?

Yes, Reelfaceless MCP is free — one-click install via Unyly at no cost.

Does Reelfaceless need an API key?

No, Reelfaceless runs without API keys or environment variables.

Is Reelfaceless hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Reelfaceless in Claude Desktop, Claude Code or Cursor?

Open Reelfaceless on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Reelfaceless with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs