MCP Server
MCP
io.github.wmarceau/tiktok-creator
TikTok automation: post videos, get analytics, manage comments
Install
uvx tiktok-creator-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "tiktok-creator-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "TikTok app client key",
"name": "TIKTOK_CLIENT_KEY"
},
{
"description": "TikTok app client secret",
"name": "TIKTOK_CLIENT_SECRET"
},
{
"description": "TikTok user access token",
"name": "TIKTOK_ACCESS_TOKEN"
},
{
"description": "TikTok refresh token for token renewal",
"name": "TIKTOK_REFRESH_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment