reelfaceless-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@reelfaceless-mcpUpload ~/exports/recap.mp4 and add it to the queue for all my channels with the caption 'Weekly recap'."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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@latestClaude 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 |
| Connected channels incl. posting schedule (needed for channel IDs) |
| TikTok posting constraints: allowed privacy levels, disabled interactions, max duration |
| Upload a local MP4/MOV/WebM (max 500 MB), returns |
| Schedule a post across channels — queue slots or a fixed time |
| List posts, newest first, optional status filter |
| Per-channel status, remote URLs, error details |
| Edit a scheduled post: content, per-channel settings, timing, channels |
| Publish a scheduled post immediately instead of waiting for its slot |
| 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 testMaintenance
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
- AlicenseAqualityAmaintenanceSchedule 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 updated111295MIT

Upload-Postofficial
AlicenseAqualityBmaintenanceUpload-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, FacebookLast updated517033MIT- FlicenseAqualityBmaintenanceA local MCP server that lets Claude post to social media via upload-post.com — text, photos, and videos across 13 platforms.Last updated17

viralnote-mcpofficial
AlicenseAqualityAmaintenanceGives 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 updated1582MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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