# TikTok Integration Server

Enable your applications to analyze TikTok videos for virality factors, retrieve video content and subtitles, and interact conversationally with TikTok videos. Access detailed metadata about TikTok p…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add davibauer/tiktok-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list davibauer/tiktok-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get davibauer/tiktok-mcp tiktok_available_subtitles

# Call a tool
npx -y @smithery/cli@latest tool call davibauer/tiktok-mcp tiktok_available_subtitles '{}'
```

## Tools (3)

- `tiktok_available_subtitles` — Looks up the available subtitle, i.e., content for a TikTok video.This is used for looking up if there is any content (…
- `tiktok_get_subtitle` — Get the subtitle (content) for a TikTok video url.This is used for getting the subtitle, content or context for a TikTo…
- `tiktok_get_post_details` — Get the details of a TikTok post.This is used for getting the details of a TikTok post.Supports TikTok video url as inp…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get davibauer/tiktok-mcp <tool-name>
```

---

Source: https://github.com/davibauer/tiktok-mcp | License: MIT
