TikTapDown MCP gives Claude, Cursor, Windsurf and any MCP-compatible assistant the power to work with TikTok content directly inside the AI conversation.
Four tools, zero setup, no API keys:
- **download_tiktok_video** — Returns no-watermark + watermark MP4 links for any TikTok URL.
- **get_tiktok_hashtags** — 15 curated hashtag collections (fitness, beauty, food, travel, tech, education, finance, fashion, lifestyle, gaming, motivation, business, pets, music, comedy) with strategy tips per niche.
- **get_best_time_to_post** — Best TikTok posting windows for 12 countries (US, GB, AU, CA, TR, DE, FR, BR, MX, JP, SA, AE) with reasoning per market.
- **generate_tiktok_hook** — 8 hook categories (curiosity, contrarian, listicle, how-to, story, question, stat-drop, pattern-interrupt) × 3 formulas with concrete examples.
Server Config
{
"mcpServers": {
"tiktapdown": {
"command": "npx",
"args": [
"-y",
"tiktapdown-mcp"
]
}
}
}