Skip to main content
Glama

TikTok MCP

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_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
  • Duration of the video
  • Available subtitles with language and source information

Input Parameters:

Description:
Search for TikTok videos based on a query. Returns a list of videos matching the search criteria with their details including description, video ID, creator, hashtags, engagement metrics, date of creation, duration and available subtitles, plus pagination metadata for continuing the search.

Input Parameters:

  • query (required): Search query for TikTok videos, e.g., 'funny cats', 'dance', 'cooking tutorial'
  • cursor (optional): Pagination cursor for getting more results
  • search_uid (optional): Search session identifier for pagination

Requirements

For this TikTok MCP, you need

  • NodeJS v18 or higher (https://nodejs.org/)
  • Git (https://git-scm.com/)
  • TikNeuron Account and MCP API Key (https://tikneuron.com/tools/tiktok-mcp)

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" } } } }
Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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
          F
          license
          A
          quality
          An MCP server that enables users to generate summaries of YouTube videos in multiple languages and formats through integration with DeepSRT's API.
          Last updated -
          2
          44
          44
          TypeScript
          • Apple
        • -
          security
          F
          license
          -
          quality
          An MCP server that enables LLMs to search YouTube, retrieve video information, and access video transcripts through standardized tools.
          Last updated -
          TypeScript
        • -
          security
          F
          license
          -
          quality
          An MCP server that enhances TickTick workflow by providing comprehensive task management tools with improved filtering capabilities, allowing AI assistants and MCP-compatible applications to interact with TickTick tasks with greater precision.
          Last updated -
          29
          Python
        • A
          security
          F
          license
          A
          quality
          An MCP server that provides AI assistants with powerful tools to interact with YouTube, including video searching, transcript extraction, comment retrieval, and more.
          Last updated -
          8
          16
          Python
          • Linux
          • Apple

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/Seym0n/tiktok-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server