Are you the author? Sign in to claim
tiktapdown-mcp
Give Claude, Cursor, Windsurf and any MCP-compatible AI assistant the power to download TikTok videos, find viral hashtags by niche, get best posting times by country, and generate hook formulas — all in one MCP server. Free, no API keys required.
Companion web app → tiktapdown.com
If you're a TikTok creator, marketer, or social media agency using Claude or any MCP client, you can now:
No browser, no copy-paste, no third-party watermarks.
10 tools covering downloading, sound discovery, monetization analysis, and content planning.
| Tool | What it does |
|---|---|
download_tiktok_video | Download any TikTok video. Returns no-watermark + watermark MP4 links and full metadata. |
extract_tiktok_audio_mp3 | Extract audio (MP3) from a TikTok video for sound discovery and trend research. |
get_tiktok_hashtags | Top 15 hashtags for 15 niches with strategy tips per niche. |
get_best_time_to_post | Best posting windows for 12 countries with reasoning. |
generate_tiktok_hook | 8 hook categories × 3 formulas with concrete examples. |
calculate_tiktok_rpm | Estimate Creator Rewards revenue per niche × country × views. 16 niches, 16 countries. |
calculate_tiktok_engagement_rate | Compute engagement rate from views/likes/comments/shares and benchmark against tiers. |
convert_tiktok_unicode_font | Convert text to 7 Unicode font styles (bold, italic, cursive, monospace, double-struck, fraktur) for bios and captions. |
get_tiktok_trends_by_country | Live snapshot of trending music, hashtags, and videos for 16 countries. |
get_tiktok_keyword_research | TikTok-specific keyword intent classification with related keywords and content angles. |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"tiktapdown": {
"command": "npx",
"args": ["-y", "tiktapdown-mcp"]
}
}
}
git clone https://github.com/farukkolip/tiktapdown-mcp
cd tiktapdown-mcp
npm install && npm run build
Then add to claude_desktop_config.json:
{
"mcpServers": {
"tiktapdown": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/tiktapdown-mcp/dist/index.js"]
}
}
}
Config file location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonRestart Claude Desktop after editing the config.
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"tiktapdown": {
"command": "npx",
"args": ["-y", "tiktapdown-mcp"]
}
}
}
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"tiktapdown": {
"command": "npx",
"args": ["-y", "tiktapdown-mcp"]
}
}
}
Once installed, you can ask Claude:
US 🇺🇸 · GB 🇬🇧 · AU 🇦🇺 · CA 🇨🇦 · TR 🇹🇷 · DE 🇩🇪 · FR 🇫🇷 · BR 🇧🇷 · MX 🇲🇽 · JP 🇯🇵 · SA 🇸🇦 · AE 🇦🇪
Fitness · Beauty · Food · Travel · Tech · Education · Finance · Fashion · Lifestyle · Gaming · Motivation · Business · Pets · Music · Comedy
Curiosity · Contrarian · Listicle · How-To · Story · Question · Stat-Drop · Pattern-Interrupt
TikTapDown is the first tool in a family of focused creator utilities, one platform at a time.
Each tool: simple, free, no fluff. Follow the build at @tapdown_ on X or u/tapdown_ on Reddit.
MIT — built by farukkolip. Web companion: tiktapdown.com
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows