TikTapDown MCP
TikTok creator toolkit for AI assistants. Four tools: download watermark-free videos by URL, look up curated 15-hashtag sets for 15 niches with strategy tips, retrieve best posting times for 12 countries, and generate viral hook formulas across 8 categories. Stdio transport, runs via npx -y tiktapdown-mcp, no API keys, no signup, free. MIT license.
README
TikTapDown MCP Server
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
Why TikTapDown MCP?
If you're a TikTok creator, marketer, or social media agency using Claude or any MCP client, you can now:
- 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
No browser, no copy-paste, no third-party watermarks.
Tools
| Tool | What it does |
|---|---|
download_tiktok_video |
Download any TikTok video. Returns no-watermark + watermark MP4 links. |
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. |
Quick Install — Claude Desktop
Option 1: npx (no install needed)
Add to your claude_desktop_config.json:
{
"mcpServers": {
"tiktapdown": {
"command": "npx",
"args": ["-y", "tiktapdown-mcp"]
}
}
}
Option 2: Local build
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:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Restart Claude Desktop after editing the config.
Install — Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"tiktapdown": {
"command": "npx",
"args": ["-y", "tiktapdown-mcp"]
}
}
}
Install — Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"tiktapdown": {
"command": "npx",
"args": ["-y", "tiktapdown-mcp"]
}
}
}
Example Prompts
Once installed, you can ask Claude:
- "Download this TikTok for me: https://www.tiktok.com/@user/video/123"
- "What are the best hashtags for my fitness TikToks?"
- "When should I post on TikTok if my audience is in Germany?"
- "Write me a curiosity hook for my finance content"
- "Save this TikTok and write a caption with hashtags for fitness niche"
Supported Countries
US 🇺🇸 · GB 🇬🇧 · AU 🇦🇺 · CA 🇨🇦 · TR 🇹🇷 · DE 🇩🇪 · FR 🇫🇷 · BR 🇧🇷 · MX 🇲🇽 · JP 🇯🇵 · SA 🇸🇦 · AE 🇦🇪
Supported Niches
Fitness · Beauty · Food · Travel · Tech · Education · Finance · Fashion · Lifestyle · Gaming · Motivation · Business · Pets · Music · Comedy
Hook Categories
Curiosity · Contrarian · Listicle · How-To · Story · Question · Stat-Drop · Pattern-Interrupt
Related
- Web app: tiktapdown.com — same toolset in the browser
- npm: npmjs.com/package/tiktapdown-mcp
- MCP spec: modelcontextprotocol.io
License
MIT — built by farukkolip. Web companion: tiktapdown.com
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.