Skip to main content
Glama
lanternrow

tiktok-organic-mcp

by lanternrow

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TIKTOK_ACCOUNTSNoJSON array of account objects for multi-account mode. Each object requires 'name' (unique label) and 'access_token'; optionally 'client_key' and 'refresh_token' for token refresh.
TIKTOK_CLIENT_KEYNoApp Client Key, needed for token refresh in single account mode.
TIKTOK_ACCESS_TOKENNoOAuth access token for single account mode.
TIKTOK_REFRESH_TOKENNoRefresh token, needed for token refresh in single account mode.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_accountsA

List all configured TikTok accounts available for querying.

get_user_infoA

Get a TikTok user's profile info: username, bio, follower/following counts, total likes, video count, and verification status.

get_videosA

Get a paginated list of the user's public TikTok videos with engagement metrics (views, likes, comments, shares). Returns up to 20 videos per page.

get_video_detailsA

Get detailed performance metrics for specific TikTok videos by ID. Returns views, likes, comments, shares, duration, and more. Max 20 video IDs per request.

refresh_tokenA

Refresh the TikTok access token for an account using its stored refresh token. Returns new access and refresh tokens. Requires client_key and refresh_token in the account config.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lanternrow/tiktok-organic-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server