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: postfast-mcp
Tools
Tool | Purpose |
| Connected channels incl. posting schedule (needed for channel IDs) |
| 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 |
| 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.
Latest Blog Posts
- 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