tiktok-organic-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TIKTOK_ACCOUNTS | No | JSON 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_KEY | No | App Client Key, needed for token refresh in single account mode. | |
| TIKTOK_ACCESS_TOKEN | No | OAuth access token for single account mode. | |
| TIKTOK_REFRESH_TOKEN | No | Refresh token, needed for token refresh in single account mode. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |