Server data from the Official MCP Registry
TikTok toolkit: download videos, niche hashtags, best posting times, viral hook formulas.
TikTok toolkit: download videos, niche hashtags, best posting times, viral hook formulas.
TikTapDown MCP is a well-intentioned TikTok creator utility server with appropriate permissions and no authentication requirements (acceptable for a stateless reference tool). The code is clean, data-driven, and uses proper input validation via Zod. A minor concern is the external API call to tikwm.com for video downloads without explicit user consent warnings, and lack of error handling specificity in some paths; however, these do not constitute security vulnerabilities. Permissions (network_http, env_vars for HTTP mode) align with the server's stated purpose. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-farukkolip-tiktapdown-mcp": {
"args": [
"-y",
"tiktapdown-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
| 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. |
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
MIT — built by farukkolip. Web companion: tiktapdown.com
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.