Aerostack
electrical_services

Tiktok MCP Server — Hosted Api Connectors Integration

MCP Server language Hosted language Public

Manage TikTok creator accounts — browse and query videos, pull analytics, discover trending content and hashtags, manage followers.

aerostack @aerostack verified
v0.1.0 MIT Updated Jun 28, 2026
robot_2

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.

.claude/mcp.json
{
  "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:

+9 more

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.

add_circleAdd to Workspace

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
  1. Go to aerostack.dev → Your Project → MCPs
  2. Search for "TikTok" and click Add to Workspace
  3. Add your TIKTOK_ACCESS_TOKEN under 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.

terminal
list_videos #1

List videos for the authenticated creator. Returns id, title, description, view_count, like_count, share_count, comment_count, duration, create_time.

terminal
get_video #2

Get details of a specific video by ID including metrics and metadata.

terminal
query_videos #3

Query videos with filters including date range and publish status.

terminal
get_video_comments #4

Get comments on a specific TikTok video.

terminal
like_video #5

Like a TikTok video on behalf of the authenticated user.

terminal
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.

terminal
search_user #7

Search for a TikTok user by username. Returns matching user profiles.

terminal
get_user_videos #8

Get public videos from a specific TikTok user by their open_id or username.

terminal
get_user_followers #9

Get list of followers for the authenticated user with their display names and avatar URLs.

terminal
get_video_analytics #10

Get detailed analytics for a video: views, play_duration, reach, impressions, likes, comments, shares by date.

terminal
get_creator_analytics #11

Get creator-level analytics: follower growth, video views, profile views, likes over a date range.

terminal
get_trending_videos #12

Get trending videos on TikTok, optionally filtered by region.

terminal
search_videos #13

Search for TikTok videos by keyword. Returns matching public videos with metadata.

terminal
get_trending_hashtags #14

Get trending hashtags on TikTok with their video counts and view totals.

terminal
_ping #15

Verify TikTok credentials by fetching the authenticated user's open_id. Returns {ok: true, open_id} on success.

Details

upgrade Version 0.1.0
gavel License MIT
wifi Transport streamable-http
lock Access Public
category Category API Connectors
terminal Tools 15

language Live Endpoint

https://mcp.aerostack.dev/s/aerostack/mcp-tiktok

Sub-50ms globally · Zero cold start

Publisher

aerostack
@aerostack verified

Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.

Tags

Browse more servers

More in API Connectors

Browse API Connectors MCPs →

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.