tiktok creator for Grok
io.github.wmarceau/tiktok-creator
TikTok automation: post videos, get analytics, manage comments
client:Grok
transport:stdio
runtime:pypi
Install tiktok creator in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"tiktok-creator": {
"type": "stdio",
"command": "uvx",
"args": [
"tiktok-creator-mcp"
],
"env": {
"TIKTOK_CLIENT_KEY": "<TIKTOK_CLIENT_KEY>",
"TIKTOK_CLIENT_SECRET": "<TIKTOK_CLIENT_SECRET>",
"TIKTOK_ACCESS_TOKEN": "<TIKTOK_ACCESS_TOKEN>",
"TIKTOK_REFRESH_TOKEN": "<TIKTOK_REFRESH_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs