Open-source MCP servers for advertising and analytics platforms. Connect AI assistants to TikTok Ads with transparent, auditable capabilities, clear safety rules, and Apache-2.0 licensing.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"tiktok-ads-mcp-serve": {
"command": "npx",
"args": [
"-y",
"getmcpads-com/tiktok-ads-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add tiktok-ads-mcp-serve npx -y getmcpads-com/tiktok-ads-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"tiktok-ads-mcp-serve": {
"command": "npx",
"args": [
"-y",
"getmcpads-com/tiktok-ads-mcp-server"
]
}
}
}
📋 Copy