Tiktok MCP

MCP server for Growth: Tiktok MCP. Transport: stdio. 108 lines.

MCP Free Verified stdio 108 lines By Simon Awesome List - punkpeye/awesome-mcp-servers Growth

Description

MCP server for TikTok

Quick Install

npx tiktok-mcp

What This MCP Enables

  • ### tiktok_get_subtitle
  • **Description:**
  • Get the subtitle (content) for a TikTok video url. This is used for getting the subtitle, content or context for a TikTok video. If no language code is provided, the tool will return the subtitle of automatic speech recognition.
  • **Input Parameters:**
  • tiktok_url (required): TikTok video URL, e.g., https://www.tiktok.com/@username/video/1234567890 or https://vm.tiktok.com/1234567890
  • language_code (optional): Language code for the subtitle, e.g., en for English, es for Spanish, fr for French, etc.
  • ### tiktok_get_post_details
  • **Description:**
  • Get the details of a TikTok post. Returns the details of the video like:
  • Description
  • Video ID
  • Creator username
  • Hashtags
  • Number of likes, shares, comments, views and bookmarks
  • Date of creation

Installation

1. Clone the repository
```
git clone https://github.com/Seym0n/tiktok-mcp.git
```

2. Install dependencies
```
npm install
```

3. Build project
```
npm run build
```

This creates the file `buildindex.js`

Stack & Dependencies

sdk

Use Cases

### tiktok_get_subtitle

Using sdk

*Description:**

Using sdk

Get the subtitle (content) for a TikTok video url. This is used for getting the subtitle, content or context for a TikTok video. If no language code is provided, the tool will return the subtitle of automatic speech recognition.

Using sdk

*Input Parameters:**

Using sdk

tiktok_url (required): TikTok video URL, e.g., https://www.tiktok.com/@username/video/1234567890 or https://vm.tiktok.com/1234567890

Using sdk

Related Skills & MCPs

Frequently Asked Questions

What technologies does Tiktok MCP require?
This MCP server requires sdk. Ensure these are available in your environment before configuring it with Claude Code.
How does Tiktok MCP communicate with Claude?
Tiktok MCP uses the stdio transport protocol to communicate with Claude Code via the Model Context Protocol.
How do I install Tiktok MCP?
You can install Tiktok MCP using npx: `npx tiktok-mcp`. Add it to your Claude Code MCP configuration to start using it.
Is Tiktok MCP free to use?
Tiktok MCP is completely free to use. You can download the configuration or copy it directly from the page.
What capabilities does Tiktok MCP provide?
This MCP server enables Claude to: ### tiktok_get_subtitle; **Description:**; Get the subtitle (content) for a TikTok video url. This is used for getting the subtitle, content or context for a TikTok video. If no language code is provided, the tool will return the subtitle of automatic speech recognition.; and 12 more capabilities.
Download Config GitHub