Tiktok Ads Mcp Server
@AdsMCP
关于 Tiktok Ads Mcp Server
TikTok Ads MCP Server – Model Context Protocol Server for TikTok Ads Marketing API Integration
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"tiktok-ads-mcp-server": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Tiktok Ads Mcp Server?
A Model Context Protocol (MCP) server for TikTok Ads API integration. It enables AI assistants like Claude to interact with TikTok advertising campaigns, providing campaign management, analytics, and optimization capabilities.
How to use Tiktok Ads Mcp Server?
Install Python 3.10+, clone the repository, set up a virtual environment, and install dependencies via pip install -e . or uv sync. Configure environment variables (TIKTOK_APP_ID, TIKTOK_APP_SECRET, TIKTOK_ACCESS_TOKEN, TIKTOK_ADVERTISER_ID) and add the server to your MCP client’s configuration (e.g., Claude Desktop) with the command and environment variables.
Key features of Tiktok Ads Mcp Server
- Campaign management (create, read, update campaigns and ad groups)
- Performance analytics with detailed metrics and insights
- Audience management and custom targeting options
- Creative management (upload and manage ad creatives)
- Reporting and custom performance report generation
Use cases of Tiktok Ads Mcp Server
- Manage TikTok ad campaigns via an AI assistant
- Retrieve and analyze campaign performance metrics
- Upload and organize ad creative assets
- Generate custom performance reports for optimization
- Switch between multiple advertiser accounts
FAQ from Tiktok Ads Mcp Server
What are the prerequisites to use this server?
You need Python 3.10+, a TikTok For Business account with API access, and a TikTok Ads Developer account with a registered app.
How do I authenticate with the TikTok Ads API?
Set the environment variables TIKTOK_APP_ID, TIKTOK_APP_SECRET, TIKTOK_ACCESS_TOKEN, and TIKTOK_ADVERTISER_ID. For development, use long-lived tokens; for production, implement the full OAuth 2.0 flow with automatic token refresh.
What are the API rate limits?
The TikTok Ads API allows 1000 requests per hour per app, with a maximum of 10 concurrent requests. The server includes built-in rate limiting and retry logic.
How do I configure this server in an MCP client like Claude Desktop?
Add an entry to the mcpServers configuration with the command python, the path to run_server.py, and the four required environment variables.
How does error handling work?
The server handles API rate limits, token expiration, network connectivity issues, and invalid parameters. It provides comprehensive error messages and automatic retry logic.
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论