MCP Server
MCP
io.github.lanternrow/tiktok-organic-mcp
TikTok organic analytics — video performance, engagement metrics, and profile insights.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "tiktok-organic-mcp",
"version": "1.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "TikTok OAuth Access Token from Login Kit flow",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TIKTOK_ACCESS_TOKEN"
},
{
"description": "TikTok App Client Key (for token refresh)",
"format": "string",
"isSecret": true,
"name": "TIKTOK_CLIENT_KEY"
},
{
"description": "TikTok Refresh Token (for token renewal)",
"format": "string",
"isSecret": true,
"name": "TIKTOK_REFRESH_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment