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

TikTok MCP 通过 TikNeuron 将 TikTok 接入 Claude AI 和其他应用程序。这款 TikTok MCP 允许您

  • 分析TikTok视频以确定病毒式传播因素
  • 从 TikTok 视频中获取内容
  • 使用 TikTok 视频聊天

可用工具

tiktok_可用字幕

描述:
查找可用的字幕,即 TikTok 视频的内容。用于查找 TikTok 视频是否有可用的内容(字幕)。返回视频可用的字幕,字幕可以支持多种语言和格式,例如自动语音识别、机器翻译或创作者字幕等。

输入参数:

tiktok_get_subtitle

描述:
获取 TikTok 视频 URL 的字幕(内容)。用于获取 TikTok 视频的字幕、内容或上下文。如果未提供语言代码,该工具将返回自动语音识别的字幕。

输入参数:

tiktok_get_post_details

描述:
获取 TikTok 帖子详情。返回视频详情,例如:

  • 描述
  • 创建者用户名
  • 标签
  • 点赞、分享、评论、浏览和书签的数量
  • 创建日期
  • 视频时长

输入参数:

要求

对于此 TikTok MCP,您需要

设置

  1. 克隆存储库
git clone https://github.com/Seym0n/tiktok-mcp.git
  1. 安装依赖项
npm install
  1. 构建项目
npm run build

这将创建文件build\index.js

在 Claude AI 中使用

将以下条目添加到mcpServers

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

并将路径替换为 TikTok MCP 的path ,并使用 TIkNeuron API 密钥替换XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

因此mcpServers将如下所示:

{ "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.

TikTok 视频的 MCP 服务器,可让您获取视频字幕和帖子详细信息,例如点赞数、主题标签和发布时间。

  1. 可用工具
    1. tiktok_可用字幕
    2. tiktok_get_subtitle
    3. tiktok_get_post_details
  2. 要求
    1. 设置
      1. 在 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