TikTok Ads MCP Server
JSON →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
pip install -e Tools · 11
- 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.
Environment variables
TIKTOK_APP_IDTIKTOK_APP_SECRET
Links
★ 33 GitHub stars