Back to Browse

Tiktapdown MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

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

Documentation

View on GitHub

From the project's GitHub README.

TikTapDown MCP Server

npm version npm downloads License: MIT MCP Glama Score

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

10 tools covering downloading, sound discovery, monetization analysis, and content planning.

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.

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

Part of the Tapdown family

TikTapDown is the first tool in a family of focused creator utilities, one platform at a time.

  • 🎵 TikTapDown (TikTok) — live
  • 📷 Instapdown (Instagram) — coming
  • 🐦 XTapdown (X) — coming
  • 📺 YouTapDown (YouTube) — coming
  • 📌 PinTapdown (Pinterest) — coming

Each tool: simple, free, no fluff. Follow the build at @tapdown_ on X or u/tapdown_ on Reddit.

License

MIT — built by farukkolip. Web companion: tiktapdown.com

Reviews

No reviews yet

Be the first to review this server!