TikTok Ads for Zed
com.getmcpads/tiktok-ads
TikTok Ads MCP server: 35 read tools, 29 opt-in preview-first writes.
client:Zed
transport:stdio
runtime:npm
Install TikTok Ads in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tiktok-ads": {
"command": "npx",
"args": [
"-y",
"@getmcpads/tiktok-ads-mcp-server"
],
"env": {
"TIKTOK_ACCESS_TOKEN": "<TIKTOK_ACCESS_TOKEN>",
"TIKTOK_APP_ID": "<TIKTOK_APP_ID>",
"TIKTOK_APP_SECRET": "<TIKTOK_APP_SECRET>",
"TIKTOK_ADVERTISER_ID": "<TIKTOK_ADVERTISER_ID>",
"TIKTOK_ENABLE_WRITES": "<TIKTOK_ENABLE_WRITES>",
"TIKTOK_ENVIRONMENT": "<TIKTOK_ENVIRONMENT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs