Skip to main content
Glama
danyial
by danyial

reelfaceless-mcp

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.

Related MCP server: Upload-Post

Tools

Tool

Purpose

list_channels

Connected channels incl. posting schedule (needed for channel IDs)

get_channel_info

TikTok posting constraints: allowed privacy levels, disabled interactions, max duration

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

update_post

Edit a scheduled post: content, per-channel settings, timing, channels

publish_post_now

Publish a scheduled post immediately instead of waiting for its slot

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
Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
4dRelease cycle
6Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Schedule and manage social media posts across 10 platforms (Instagram, Facebook, TikTok, X, LinkedIn, YouTube, Threads, Pinterest, Bluesky, Telegram) from any MCP-compatible AI assistant. Supports batch posting, media uploads, analytics, and platform-specific features like Reels, Shorts, and carousels.
    Last updated
    11
    129
    5
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Upload-Post is the all-in-one social media MCP server the Model Context Protocol server for social media publishing, scheduling and analytics. Connect any MCP-compatible AI agent (Claude, Cursor, ChatGPT, Claude Desktop, n8n, and more) and publish, schedule and analyze content across 13+ social networks from one API: TikTok, Instagram, YouTube, YouTube Shorts, Instagram Reels, LinkedIn, Facebook
    Last updated
    51
    703
    3
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Gives Claude, Cursor, and any MCP client 15 tools to create, schedule, and publish social posts to TikTok, Instagram Reels, YouTube Shorts, X, Threads, and LinkedIn. Also handles media import by URL or base64, webhooks, and per-platform analytics from the ViralNote API.
    Last updated
    15
    82
    MIT

View all related MCP servers

Related MCP Connectors

  • Clip videos into captioned shorts, add captions & schedule posts — from Claude, ChatGPT, Cursor.

  • Create AI-powered short-form video clips from YouTube videos. Supports webhook callbacks.

  • Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/danyial/reelfaceless_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server