TikTok integration for getting post details and video subtitles
The TikTok MCP integrates TikTok access into Claude AI and other apps via TikNeuron. This TikTok MCP allows you to
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_url
(required): TikTok video URL, e.g., https://www.tiktok.com/@username/video/1234567890 or https://vm.tiktok.com/1234567890Description:
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/1234567890language_code
(optional): Language code for the subtitle, e.g., en for English, es for Spanish, fr for French, etc.Description:
Get the details of a TikTok post. Returns the details of the video like:
Input Parameters:
tiktok_url
(required): TikTok video URL, e.g., https://www.tiktok.com/@username/video/1234567890 or https://vm.tiktok.com/1234567890For this TikTok MCP, you need
git clone https://github.com/Seym0n/tiktok-mcp.git
npm install
npm run build
This creates the file build\index.js
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"
}
}
}
}
Channel management and messaging capabilities
Connect to any function, any language, across network boundaries using AgentRPC.
AI personal assistant for email Inbox Zero
Interact with Mailgun API.
Integrates with Mailtrap Email API.
Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more
integrates with Bluesky API to query and search feeds and posts.
This server enables users to send emails through various email providers, including Gmail, Outlook, Yahoo, Sina, Sohu, 126, 163, and QQ Mail. It also supports attaching files from specified directories, making it easy to upload attachments along with the email content.
🏎️ ☁️ An MCP server application that sends various types of messages to the WeCom group robot.