seym0n_tiktok_mcp

seym0n_tiktok_mcp

by Seym0n

tiktok_available_subtitles

Skip to content

You signed in with another tab or window. Reload
to refresh your session. You signed out in another tab or window. Reload
to refresh your session. You switched accounts on another tab or window. Reload
to refresh your session. Dismiss alert

Seym0n / tiktok-mcp Public

Model Context Protocol (MCP) with TikTok integration

4 stars
0 forks
Branches
Tags
Activity

Star

Notifications
You must be signed in to change notification settings

Seym0n/tiktok-mcp

main

1 Branch
1 Tag


Go to file

Code

Folders and files

| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------

Seym0n
Seym0n

Update README.md

Mar 13, 2025

a9f3689
 · Mar 13, 2025

History
-------

6 Commits

| | |
| .gitignore | | .gitignore | first commit | Mar 13, 2025 |
| README.md | | README.md | Update README.md | Mar 13, 2025 |
| index.ts | | index.ts | first commit | Mar 13, 2025 |
| package-lock.json | | package-lock.json | first commit | Mar 13, 2025 |
| package.json | | package.json | first commit | Mar 13, 2025 |
| tsconfig.json | | tsconfig.json | first commit | Mar 13, 2025 |
| View all files | | |

Repository files navigation


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

  2. Install dependencies

    npm install

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

About

Model Context Protocol (MCP) with TikTok integration

Topics

tiktok
tiktok-report
tiktok-tool

Resources

Readme

Activity

Stars

4 stars

Watchers

2 watching

Forks

0 forks

Report repository

Releases 1


🎉 First Release Latest\
\
Mar 13, 2025

Packages 0


No packages published

Languages

You can’t perform that action at this time.

Features & Capabilities

Categories
mcp_server model_context_protocol

Implementation Details

Stats

0 Views
0 Favorites
4 GitHub Stars

Repository Info

Seym0n Organization

Similar Servers

continuedev_continue by continuedev
0
0
0