Tiktapdown MCP Server

TikTok toolkit: download videos, niche hashtags, best posting times, viral hook formulas.

Local serverstdio

What is the Tiktapdown MCP server?

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.

What you get

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.

  • Pull a watermark-free MP4 of any TikTok directly into your AI conversation
  • Get curated hashtag sets your AI can use when drafting captions
  • Ask "when should I post in Germany?" and get a concrete answer
  • Generate scroll-stopping opening lines without leaving Claude

What the assistant can call

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

Setting it up

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

Choosing this one

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.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 10 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Tiktapdown.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the tiktapdown mcp server does with a few real requests.

Available tools

ToolWhat it does
download_tiktok_videoDownload any TikTok video. Returns no-watermark + watermark MP4 links and full metadata.
extract_tiktok_audio_mp3Extract audio (MP3) from a TikTok video for sound discovery and trend research.
get_tiktok_hashtagsTop 15 hashtags for 15 niches with strategy tips per niche.
get_best_time_to_postBest posting windows for 12 countries with reasoning.
generate_tiktok_hook8 hook categories × 3 formulas with concrete examples.
calculate_tiktok_rpmEstimate Creator Rewards revenue per niche × country × views. 16 niches, 16 countries.
calculate_tiktok_engagement_rateCompute engagement rate from views/likes/comments/shares and benchmark against tiers.
convert_tiktok_unicode_fontConvert text to 7 Unicode font styles (bold, italic, cursive, monospace, double-struck, fraktur) for bios and captions.
get_tiktok_trends_by_countryLive snapshot of trending music, hashtags, and videos for 16 countries.
get_tiktok_keyword_researchTikTok-specific keyword intent classification with related keywords and content angles.

How to install the Tiktapdown MCP server

{
  "mcpServers": {
    "tiktapdown": {
      "command": "npx",
      "args": ["-y", "tiktapdown-mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Tiktapdown to download tiktok video.
  • Use Tiktapdown to extract tiktok audio mp3.
  • Use Tiktapdown to get tiktok hashtags.

Frequently asked questions

It connects Tiktapdown to MCP-compatible AI assistants such as Claude and Cursor, exposing 10 tools (download_tiktok_video, extract_tiktok_audio_mp3, get_tiktok_hashtags, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Tiktapdown directly.