Manage 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.
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
| 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/ |
| 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.
TIKTOK_ACCESS_TOKEN under Project → Secrets"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?"
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":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-tiktok
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
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.
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.
The Tiktok MCP gives Claude 14 tools covering videos, video comments, user info. Claude can read, create, update, and manage Tiktok data directly from a conversation.
Yes. The Tiktok MCP has search and list tools for videos. Ask Claude to find videos by any criteria and it runs the Tiktok API query for you, returning results directly in the conversation.
Yes. The Tiktok MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 14 Tiktok tools are available everywhere you connect it — install once on Aerostack.
Yes. Aerostack hosts the Tiktok MCP with encrypted credential storage and per-account authentication. Your Tiktok credentials are never shared with Claude's conversation — they're used server-side only.