1. Conduid
  2. Social
  3. TikTok Integration Server
MCP server · Social

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 posts including creator info, hashtags, and engagement metrics. Seamlessly integrate TikTok data into AI workflows to enhance content understanding and interaction.

Unclaimed social
34Low

Scored 4 months ago · breakdown

About TikTok Integration Server

TikTok Integration Server is an MCP server in the Social category: 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 posts including creator info, hashtags, and engagement metrics. Seamlessly integrate TikTok data into AI workflows to enhance content understanding and interaction. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/davibauer/tiktok-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about TikTok Integration Server

Powered by Claude · Grounded in docs

I know everything about TikTok Integration Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

TikTok MCP

image (12)

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"
      }
    }
  }
}

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About TikTok Integration Server

How do I install TikTok Integration Server?

Run git clone https://github.com/davibauer/tiktok-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is TikTok Integration Server safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is TikTok Integration Server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.