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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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