TikTok MCP
TikTok MCP 通过 TikNeuron 将 TikTok 接入 Claude AI 和其他应用程序。这款 TikTok MCP 允许您
- 分析TikTok视频以确定病毒式传播因素
- 从 TikTok 视频中获取内容
- 使用 TikTok 视频聊天
可用工具
tiktok_可用字幕
描述:
查找可用的字幕,即 TikTok 视频的内容。用于查找 TikTok 视频是否有可用的内容(字幕)。返回视频可用的字幕,字幕可以支持多种语言和格式,例如自动语音识别、机器翻译或创作者字幕等。
输入参数:
tiktok_url
(必填):TikTok 视频 URL,例如https://www.tiktok.com/@username/video/1234567890或https://vm.tiktok.com/1234567890
tiktok_get_subtitle
描述:
获取 TikTok 视频 URL 的字幕(内容)。用于获取 TikTok 视频的字幕、内容或上下文。如果未提供语言代码,该工具将返回自动语音识别的字幕。
输入参数:
tiktok_url
(必填):TikTok 视频 URL,例如https://www.tiktok.com/@username/video/1234567890或https://vm.tiktok.com/1234567890language_code
(可选):字幕的语言代码,例如,en 代表英语,es 代表西班牙语,fr 代表法语等。
tiktok_get_post_details
描述:
获取 TikTok 帖子详情。返回视频详情,例如:
- 描述
- 创建者用户名
- 标签
- 点赞、分享、评论、浏览和书签的数量
- 创建日期
- 视频时长
输入参数:
tiktok_url
(必填):TikTok 视频 URL,例如https://www.tiktok.com/@username/video/1234567890或https://vm.tiktok.com/1234567890
要求
对于此 TikTok MCP,您需要
- NodeJS v18 或更高版本( https://nodejs.org/ )
- Git( https://git-scm.com/ )
- TikNeuron 帐户和 MCP API 密钥( https://tikneuron.com/tools/tiktok-mcp )
设置
- 克隆存储库
- 安装依赖项
- 构建项目
这将创建文件build\index.js
在 Claude AI 中使用
将以下条目添加到mcpServers
:
并将路径替换为 TikTok MCP 的path
,并使用 TIkNeuron API 密钥替换XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
因此mcpServers
将如下所示:
local-only server
The server can only run on the client's local machine because it depends on local resources.
TikTok 视频的 MCP 服务器,可让您获取视频字幕和帖子详细信息,例如点赞数、主题标签和发布时间。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP server that enables users to generate summaries of YouTube videos in multiple languages and formats through integration with DeepSRT's API.Last updated -133JavaScript
- -securityFlicense-qualityAn MCP server that enables LLMs to search YouTube, retrieve video information, and access video transcripts through standardized tools.Last updated -TypeScript
- -securityFlicense-qualitySimple MCP server that returns the transcription of a Youtube video using url and desired language.Last updated -Python
- -securityFlicense-qualityAn MCP server that downloads videos/extracts audio from various platforms like YouTube, Bilibili, and TikTok, then transcribes them to text using OpenAI's Whisper model.Last updated -2Python