PluginBench
MCP Server

AdsAgent — TikTok Ads MCP MCP Server

md.adsagent/tiktok-mcp

What is the AdsAgent — TikTok Ads MCP MCP server?

Hosted TikTok ads MCP with OAuth, bounded reads, and prepare/confirm writes.

How to install AdsAgent — TikTok Ads MCP

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "tiktok-mcp": {
      "url": "https://tiktok.adsagent.md/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "tiktok-mcp": {
      "serverUrl": "https://tiktok.adsagent.md/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "tiktok-mcp": {
      "type": "http",
      "url": "https://tiktok.adsagent.md/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "tiktok-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://tiktok.adsagent.md/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http tiktok-mcp https://tiktok.adsagent.md/mcp

Related MCP servers

Hosted Google Ads MCP with OAuth, bounded reads, and prepare/confirm writes.

View repository →

Hosted Meta ads MCP with OAuth, bounded reads, and prepare/confirm writes.

View repository →