TikTok-Reddit Poster 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., "@TikTok-Reddit Poster MCPDownload this TikTok and post it to a subreddit with its transcription"
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.
TikTok → Reddit Poster MCP
A minimal MCP server for downloading TikTok videos, optional transcription, subreddit & title suggestions, and posting native Reddit videos with auto-comment for source links.
Features
FFmpeg Auto-Detection: Works on Windows, Linux, and macOS.
Robust Error Recovery: Multi-layer fallback for WebSocket and API errors.
Video Validation & Transcoding: Converts videos to Reddit-compatible MP4.
Auto-Commenting: Automatically comments the original TikTok link if none is provided.
Related MCP server: Video Transcriber MCP Server
Requirements
Python ≥ 3.8
FFmpeg (auto-detected; install if missing)
(Optional) CUDA + cuDNN for GPU transcription
Installation
Python Dependencies
pip install praw requests yt-dlp websockets aiohttp aiofiles asyncpraw
# Optional transcription support
pip install faster-whisperSystem Dependencies
Windows:
Chocolatey:
choco install ffmpegScoop:
scoop install ffmpegOr download manually from ffmpeg.org
Linux (Debian/Ubuntu):
sudo apt update && sudo apt install ffmpeg python3-devmacOS:
brew install ffmpeg
Package Installation
pip install -e .Environment Setup
Copy the example file and update your credentials:
cp .env.example .envFill in your Reddit API credentials (REDDIT_CLIENT_ID, REDDIT_CLIENT_SECRET, REDDIT_USERNAME, REDDIT_PASSWORD) in the .env file. Without these, the server functions in read-only mode.
Usage
Start the MCP server:
python server.py # default port 8050
python server.py --port 9001Access API docs at: http://localhost:<port>/docs (use Bearer <MCPO_API_KEY> if set).
Auto-Comment Logic
The post_downloaded_video function auto-generates a comment if none is provided and an original TikTok URL exists:
en:
Original link: <url>pt:
Link original: <url>both:
Original link / link original: <url>
Troubleshooting
FFmpeg Not Found: Run
python install_ffmpeg.pyor install manually.Reddit API Errors: Ensure your
.envfile is correctly set up.WebSocket Errors: The system auto-recovers and retries; check logs for "WebSocket failed" messages.
Fallback: If PRAW fails, a direct Reddit API call is attempted automatically.
This server cannot be installed
Maintenance
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
- Alicense-qualityDmaintenanceEnables downloading watermark-free videos from Douyin (TikTok China) share links, extracting audio, and converting speech to text using AI voice recognition APIs.1MIT
- AlicenseAqualityAmaintenanceTranscribes videos from 1000+ platforms (YouTube, TikTok, Vimeo, etc.) and local video files using OpenAI's Whisper model, with support for 90+ languages and multiple output formats.8574MIT
- AlicenseBquality-maintenanceA comprehensive MCP server that enables AI assistants to search, download, and analyze TikTok content while also performing active tasks like publishing videos and interacting with posts. It provides full automation capabilities for TikTok through browser session management and anti-detection features.122
- Flicense-qualityDmaintenanceEnables AI assistants to download TikTok videos without watermarks, analyze creator metrics and audience insights, track trending content and hashtags, and search videos, users, and sounds through RapidAPI integration.
Related MCP Connectors
Create, schedule and publish social posts to TikTok, Instagram, Facebook and YouTube.
Turn long videos into viral vertical shorts and publish them to TikTok, Instagram and YouTube.
Turn a TikTok/Instagram/YouTube link into text for your AI: metadata, transcript and image OCR.
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/cloph-dsp/tiktok-reddit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server