PluginBench
MCP Server
Active
Apache-2.0

TikTok Ads MCP Server MCP Server

io.github.cesteral/tiktok-mcp

What is the TikTok Ads MCP Server MCP server?

TikTok Ads management — CRUD, async reports, targeting, and media uploads

How to install TikTok Ads MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tiktok-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cesteral/tiktok-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "tiktok-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cesteral/tiktok-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "tiktok-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cesteral/tiktok-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "tiktok-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cesteral/tiktok-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add tiktok-mcp -- npx -y @cesteral/tiktok-mcp

Related MCP servers

Amazon DSP management — CRUD, async reports, targeting, and audience management

2
TypeScript
Apache-2.0
View repository →

Campaign Manager 360 management — CRUD, Floodlight tracking, async reporting, and targeting

2
TypeScript
Apache-2.0
View repository →

Bid Manager reporting and query workflows for DV360 campaign performance analysis

2
TypeScript
Apache-2.0
View repository →

DV360 campaign management — writes, targeting, custom bidding, previews, and media uploads

2
TypeScript
Apache-2.0
View repository →

Google Ads management — campaign writes, GAQL reporting, bulk mutate, validation, and previews

2
TypeScript
Apache-2.0
View repository →

LinkedIn Ads management and analytics — CRUD, targeting, delivery forecasts, and media uploads

2
TypeScript
Apache-2.0
View repository →