Tiktok MCP Server — Hosted Api Connectors Integration
MCP Server language Hosted language PublicManage TikTok creator accounts — browse and query videos, pull analytics, discover trending content and hashtags, manage followers.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"tiktok": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-tiktok",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the list_videos tool to list videos for the authenticated creator. returns id, title, description, view_count, like_count, share_count, comment_count, duration, create_time”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
description Overview
mcp-tiktok — TikTok MCP Server
Browse videos, pull analytics, discover trending content, and manage your TikTok creator account from any AI agent.
TikTok is the world's fastest-growing short-video platform with over 1.5 billion monthly active users. This MCP server gives your agents access to the TikTok for Developers API: listing and querying your videos, pulling engagement analytics, searching for content and users, discovering trending videos and hashtags, and managing follower lists.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-tiktok
What You Can Do
- Pull your creator account analytics — video views, follower growth, profile views, likes — for any date range and generate performance reports automatically
- Monitor your video performance: get detailed per-video stats including avg watch time, full watch rate, reach, and impressions
- Discover trending videos and hashtags by region to identify content opportunities before they peak
- Search TikTok for videos by keyword to track competitor content, find UGC, or research trending topics
Available Tools
| Tool | Description |
|---|---|
| list_videos | List videos for the authenticated creator with view/like/share counts |
| get_video | Get detailed metadata for a specific video including embed link |
| query_videos | Query videos with date range and status filters |
| get_video_comments | Get comments on a specific video |
| like_video | Like a video on behalf of the authenticated user |
| get_user_info | Get the authenticated user's profile and follower/like counts |
| search_user | Search for a TikTok user by username |
| get_user_videos | Get public videos from a specific user |
| get_user_followers | Get follower list for the authenticated user |
| get_video_analytics | Get detailed analytics for a video over a date range |
| get_creator_analytics | Get creator-level stats: follower growth, video views, profile views |
| get_trending_videos | Get trending videos globally or by region |
| search_videos | Search for videos by keyword |
| get_trending_hashtags | Get trending hashtags with video and view counts |
| _ping | Verify credentials — fetches open_id via POST /user/info/ |
Configuration
| Variable | Required | Description | How to Get |
|---|---|---|---|
| TIKTOK_ACCESS_TOKEN | Yes | TikTok OAuth 2.0 Access Token with user.info.basic, video.list, research.video.query scopes |
TikTok for Developers → OAuth flow |
Note: TikTok access tokens expire. You must refresh them using your refresh token before expiry. The Research API tools (
search_videos,get_trending_videos,get_trending_hashtags) require separate Research API access approval from TikTok.
Quick Start
Add to Aerostack Workspace
- Go to aerostack.dev → Your Project → MCPs
- Search for "TikTok" and click Add to Workspace
- Add your
TIKTOK_ACCESS_TOKENunder Project → Secrets
Example Prompts
"Show me the analytics for my top 5 TikTok videos this month"
"What are the trending hashtags on TikTok in the US right now?"
"Search TikTok for videos about 'sustainable fashion' and summarize the top results"
"How many new followers did I get on TikTok this week?"
Direct API Call
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-tiktok \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-TIKTOK-ACCESS-TOKEN: your-access-token' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_user_info","arguments":{}}}'
License
MIT
terminal Tools (15)
Available tools on this MCP server. Each tool can be called directly from any AI agent.
list_videos #1 List videos for the authenticated creator. Returns id, title, description, view_count, like_count, share_count, comment_count, duration, create_time.
get_video #2 Get details of a specific video by ID including metrics and metadata.
query_videos #3 Query videos with filters including date range and publish status.
get_video_comments #4 Get comments on a specific TikTok video.
like_video #5 Like a TikTok video on behalf of the authenticated user.
get_user_info #6 Get the authenticated user's profile: display_name, bio_description, avatar_url, follower_count, following_count, likes_count, video_count, profile_deep_link.
search_user #7 Search for a TikTok user by username. Returns matching user profiles.
get_user_videos #8 Get public videos from a specific TikTok user by their open_id or username.
get_user_followers #9 Get list of followers for the authenticated user with their display names and avatar URLs.
get_video_analytics #10 Get detailed analytics for a video: views, play_duration, reach, impressions, likes, comments, shares by date.
get_creator_analytics #11 Get creator-level analytics: follower growth, video views, profile views, likes over a date range.
get_trending_videos #12 Get trending videos on TikTok, optionally filtered by region.
search_videos #13 Search for TikTok videos by keyword. Returns matching public videos with metadata.
get_trending_hashtags #14 Get trending hashtags on TikTok with their video counts and view totals.
_ping #15 Verify TikTok credentials by fetching the authenticated user's open_id. Returns {ok: true, open_id} on success.
Details
language Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-tiktok
Sub-50ms globally · Zero cold start
Publisher
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
More in API Connectors
Browse API Connectors MCPs →Aerostack Registry
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
Algolia
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
Arangodb
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
Ayrshare
by @aerostack
Post, schedule, and analyze social media across 13 platforms — Facebook, Instagram, X, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business.
Basecamp
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
Bigquery
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.
Frequently asked questions
What is the Tiktok MCP server and what can it do? +
The Tiktok MCP server is hosted on Aerostack and exposes these tools to your AI agent: `list_videos`, `get_video`, `query_videos`, `get_video_comments`, `like_video`. You get one hosted URL — no self-hosting — that works from Claude, Cursor, ChatGPT, Gemini, VS Code, or any MCP-compatible client, and you can share it with your team or combine it with other MCP servers in a workspace.
Is the Tiktok MCP server hosted, or do I have to run it myself? +
It's hosted on Aerostack's edge infrastructure — you don't deploy or maintain anything. Add it to a workspace and you get one authenticated URL, with secrets encrypted, that any AI agent or editor can connect to. Use it solo or share the same URL across your whole team.
Which AI agents and editors can use the Tiktok MCP server? +
Any MCP client: Claude and Claude Code, Cursor, ChatGPT, Gemini, Windsurf, Cline, VS Code, and custom agents. Because it's one hosted URL, the same Tiktok MCP server works everywhere — and you can compose it with other MCP servers, skills, and functions behind a single workspace URL.
How do I install the Tiktok MCP server in Claude Desktop? +
Add the following to your Claude Desktop config (`claude_desktop_config.json`): ```json { "mcpServers": { "@aerostack/mcp-tiktok": { "command": "npx", "args": ["-y", "@aerostack/@aerostack/mcp-tiktok"] } } } ``` Then restart Claude Desktop and the tools will appear automatically.
How do I use the Tiktok MCP server in Cursor? +
In Cursor, open **Settings → MCP** and add: ```json { "name": "@aerostack/mcp-tiktok", "command": "npx", "args": ["-y", "@aerostack/@aerostack/mcp-tiktok"] } ``` Save and reload Cursor. The MCP tools will be available in Agent mode.
Does Tiktok MCP require authentication? +
Yes. Tiktok requires authentication. Check the MCP's documentation for the required credentials.