tiktok creator for Zed
io.github.wmarceau/tiktok-creator
TikTok automation: post videos, get analytics, manage comments
client:Zed
transport:stdio
runtime:pypi
Install tiktok creator in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tiktok-creator": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs