TikTok toolkit: download videos, niche hashtags, best posting times, viral hook formulas.
Tiktapdown MCP server exists for a simple reason — assistants are far more useful when they can act on Tiktapdown directly instead of describing what you should do. TikTok toolkit: download videos, niche hashtags, best posting times, viral hook formulas.
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.
Once Tiktapdown is connected, these are the calls the assistant has available:
download_tiktok_video — Download any TikTok video. Returns no-watermark + watermark MP4 links and full metadataextract_tiktok_audio_mp3 — Extract audio (MP3) from a TikTok video for sound discovery and trend researchget_tiktok_hashtags — Top 15 hashtags for 15 niches with strategy tips per nicheget_best_time_to_post — Best posting windows for 12 countries with reasoninggenerate_tiktok_hook — 8 hook categories × 3 formulas with concrete examplescalculate_tiktok_rpm — Estimate Creator Rewards revenue per niche × country × views. 16 niches, 16 countriescalculate_tiktok_engagement_rate — Compute engagement rate from views/likes/comments/shares and benchmark against tiersconvert_tiktok_unicode_font — Convert text to 7 Unicode font styles (bold, italic, cursive, monospace, double-struck, fraktur) for bios and captionsget_tiktok_trends_by_country — Live snapshot of trending music, hashtags, and videos for 16 countriesget_tiktok_keyword_research — TikTok-specific keyword intent classification with related keywords and content anglesSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Tiktapdown's toolset — download_tiktok_video, extract_tiktok_audio_mp3, get_tiktok_hashtags and 7 more — is a fair guide to whether it matches your workflow. It is maintained by farukkolip; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| 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. |
{
"mcpServers": {
"tiktapdown": {
"command": "npx",
"args": ["-y", "tiktapdown-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.