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.
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
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
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