Accesses TikTok subtitles, post metadata, engagement details, and search results through MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Tiktok MCP.
tiktok_urlCallable MCP tool function
language_codeCallable MCP tool function
queryCallable MCP tool function
cursorCallable MCP tool function
search_uidCallable MCP tool function
Seym0n/tiktok-mcp MCP server gives an MCP client access to selected TikTok data through TikNeuron. It supports three main operations: retrieving a video's subtitle, retrieving detailed information about a post, and searching for videos.
Subtitle retrieval accepts a TikTok URL and can optionally request a language code. Without a language code, the returned content comes from automatic speech recognition. Post details can be requested with a full TikTok URL or a video ID. The response may include the video's description, ID, creator username, hashtags, likes, shares, comments, views, bookmarks, creation date, duration, and available subtitle languages and sources.
Search accepts a text query such as a topic or content description. Results include video details and pagination metadata, allowing a client to continue a search with a cursor and search session identifier.
Seym0n/tiktok-mcp MCP server runs as a Node.js MCP process and uses the TikNeuron service for TikTok access. The repository requires Node.js 18 or newer. A local setup clones the repository, installs its npm dependencies, and builds the project. The build produces build/index.js, which is then started by the MCP client with Node.
The README shows Claude Desktop configuration using the node command and the built JavaScript file. The configuration passes the TikNeuron credential through the TIKNEURON_MCP_API_KEY environment variable. The project also provides an MCPB release bundle that Claude Desktop can install through its graphical installation flow.
The supported local build sequence is:
npm install.npm run build.build/index.js with Node.js.TIKNEURON_MCP_API_KEY to the API key from a TikNeuron account.For Claude Desktop, the README also documents downloading the latest tiktok-mcp.mcpb file from the project's releases and opening it in Claude Desktop. The installation dialog requests the TikNeuron API key. Git is listed as a requirement for the repository-based setup.
Seym0n/tiktok-mcp MCP server exposes these documented operations:
tiktok_get_subtitle: obtains subtitle or recognized speech content from a TikTok video, with optional language selection.tiktok_get_post_details: returns post metadata, creator information, engagement counts, timing data, and subtitle availability.tiktok_search: searches for videos and returns matching video data plus pagination information.The input fields described by the project include tiktok_url, language_code, query, cursor, and search_uid. URL inputs may use standard TikTok links or shortened vm.tiktok.com links; post details also accept a video ID.
The material describes access through TikNeuron and requires a TikNeuron account and MCP API key. It does not document unauthenticated operation, alternate providers, rate limits, or a hosted endpoint. The README explicitly demonstrates Claude Desktop, while the project description also refers to other applications that support MCP. The repository instructions do not provide a package-manager command for installing and launching the project directly; they describe building it locally or using the MCPB release bundle.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/seym0n-tiktok-mcp)<a href="https://allmcps.com/mcp/seym0n-tiktok-mcp"><img src="https://allmcps.com/api/badge/seym0n-tiktok-mcp?style=directory" alt="Tiktok MCP on AllMCPs" /></a>