MCP Servers / productivity / TikTok Ads MCP Server

TikTok Ads MCP Server

JSON →
none33productivity

A Model Context Protocol (MCP) server for TikTok Ads API integration. This server enables AI assistants like Claude to interact with TikTok advertising campaigns, providing comprehensive campaign management, analytics, and optimization capabilities. Part of the AdsMCP project - MCP servers for advertising platforms.

Install
How to run this server
[ { "cmd": "pip install -e", "imports": [] } ]
server path: tiktok-ads-mcp-server
Tools
What this server exposes
get_ad_accounts
Retrieve TikTok Ads accounts associated with the authenticated user.
get_campaigns
List campaigns for a specified ad account.
get_ad_groups
List ad groups for a specified campaign.
get_ads
List ads for a specified ad group.
get_ad_insights
Get performance insights for a specified ad or ad group.
create_campaign
Create a new campaign in a specified ad account.
update_campaign
Update an existing campaign's settings.
create_ad_group
Create a new ad group under a specified campaign.
update_ad_group
Update an existing ad group's settings.
create_ad
Create a new ad under a specified ad group.
update_ad
Update an existing ad's settings.
Configuration
Environment & auth
authnone
envTIKTOK_APP_ID
envTIKTOK_APP_SECRET
Resources
TikTok Ads MCP Server — MCP Server · libregistry