Back to MCP Servers
Tiktok Ads
A Model Context Protocol server for TikTok Ads API integration, enabling AI assistants to manage campaigns, analyze performance metrics, handle audiences and creatives with OAuth authentication flow.
marketingperformanceapiai
By AdsMCP
Installation
npx -y tiktok-ads-mcp-serverConfiguration
{
"mcpServers": {
"tiktok-ads-mcp-server": {
"command": "npx",
"args": ["-y", "tiktok-ads-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes