TikTok MCP

Integrations

  • Enables analysis of TikTok videos to determine virality factors, retrieval of video content including subtitles in different languages, and interaction with TikTok videos through chat.

TikTok MCP

The TikTok MCP integrates TikTok access into Claude AI and other apps via TikNeuron. This TikTok MCP allows you to

  • analyze TikTok videos to determine virality factors
  • get content from TikTok videos
  • chat with TikTok videos

Available Tools

tiktok_available_subtitles

Description:
Looks up the available subtitle, i.e., content for a TikTok video. This is used for looking up if there is any content (subtitle) available to a TikTok video. Returns the available subtitle for the video which can be in different languages and different formats like Automatic Speech Recognition, Machine Translation or Creator Captions and different languages.

Input Parameters:

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_get_post_details

Description:
Get the details of a TikTok post. Returns the details of the video like:

  • Description
  • Creator username
  • Hashtags
  • Number of likes, shares, comments, views and bookmarks
  • Date of creation
  • Duration of the video

Input Parameters:

Requirements

For this TikTok MCP, you need

Setup

  1. Clone the repository
git clone https://github.com/Seym0n/tiktok-mcp.git
  1. Install dependencies
npm install
  1. Build project
npm run build

This creates the file build\index.js

Using in Claude AI

Add the following entry to mcpServers:

"tiktok-mcp": { "command": "node", "args": [ "path\\build\\index.js" ], "env": { "TIKNEURON_MCP_API_KEY": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" } }

and replace path with the path to TikTok MCP and XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX with TIkNeuron API Key

so that mcpServers will look like this:

{ "mcpServers": { "tiktok-mcp": { "command": "node", "args": [ "path\\build\\index.js" ], "env": { "TIKNEURON_MCP_API_KEY": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" } } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

A MCP Server for TikTok videos that allows you to get video subtitles and post details, such as the number of likes, hashtags, and publishing time.

  1. Available Tools
    1. tiktok_available_subtitles
    2. tiktok_get_subtitle
    3. tiktok_get_post_details
  2. Requirements
    1. Setup
      1. Using in Claude AI

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          An MCP server that enables posting messages to Discord webhooks, allowing customization of content, username, and avatar URL.
          Last updated -
          1
          0
          JavaScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          An MCP server that allows Claude and other AI assistants to interact with the YouTube API, providing tools to search videos/channels and retrieve detailed information about them.
          Last updated -
          1
          JavaScript
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A comprehensive MCP server providing detailed IMDb data including movies, TV shows, and upcoming releases.
          Last updated -
          Python
          MIT License
        • -
          security
          A
          license
          -
          quality
          An MCP server that allows users to upload projects (single files or directories) to the Yourware platform, enabling easy deployment and showcasing of projects.
          Last updated -
          7
          Python
          MIT License
          • Linux
          • Apple

        View all related MCP servers

        ID: ywysg34izg