tiktok organic mcp for Zed
io.github.lanternrow/tiktok-organic-mcp
TikTok organic analytics — video performance, engagement metrics, and profile insights.
client:Zed
transport:stdio
runtime:npm
Install tiktok organic mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tiktok-organic-mcp": {
"command": "npx",
"args": [
"-y",
"tiktok-organic-mcp"
],
"env": {
"TIKTOK_ACCESS_TOKEN": "<TIKTOK_ACCESS_TOKEN>",
"TIKTOK_CLIENT_KEY": "<TIKTOK_CLIENT_KEY>",
"TIKTOK_REFRESH_TOKEN": "<TIKTOK_REFRESH_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs