PluginBench
MCP Server
Maintained
MIT

TikTok Agent Publisher MCP Server

io.github.davidmosiah/tiktok-agent-publisher

What is the TikTok Agent Publisher MCP server?

Local-first TikTok Content Posting API for AI agents: OAuth checks, dry-run and live uploads.

How to install TikTok Agent Publisher

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TIKTOK_DRY_RUN

    Set to false only when the agent should perform live TikTok upload operations. Defaults to dry-run behavior.

  • TIKTOK_CLIENT_KEY

    TikTok developer app client key. Optional until OAuth or live upload flows are used.

  • TIKTOK_CLIENT_SECRET
    secret

    TikTok developer app client secret. Keep local and do not expose it to agents.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tiktok-agent-publisher": {
      "command": "npx",
      "args": [
        "-y",
        "tiktok-agent-publisher"
      ],
      "env": {
        "TIKTOK_DRY_RUN": "<YOUR_TIKTOK_DRY_RUN>",
        "TIKTOK_CLIENT_KEY": "<YOUR_TIKTOK_CLIENT_KEY>",
        "TIKTOK_CLIENT_SECRET": "<YOUR_TIKTOK_CLIENT_SECRET>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "tiktok-agent-publisher": {
      "command": "npx",
      "args": [
        "-y",
        "tiktok-agent-publisher"
      ],
      "env": {
        "TIKTOK_DRY_RUN": "<YOUR_TIKTOK_DRY_RUN>",
        "TIKTOK_CLIENT_KEY": "<YOUR_TIKTOK_CLIENT_KEY>",
        "TIKTOK_CLIENT_SECRET": "<YOUR_TIKTOK_CLIENT_SECRET>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "tiktok-agent-publisher": {
      "command": "npx",
      "args": [
        "-y",
        "tiktok-agent-publisher"
      ],
      "env": {
        "TIKTOK_DRY_RUN": "<YOUR_TIKTOK_DRY_RUN>",
        "TIKTOK_CLIENT_KEY": "<YOUR_TIKTOK_CLIENT_KEY>",
        "TIKTOK_CLIENT_SECRET": "<YOUR_TIKTOK_CLIENT_SECRET>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "tiktok-agent-publisher": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tiktok-agent-publisher"
      ],
      "env": {
        "TIKTOK_DRY_RUN": "<YOUR_TIKTOK_DRY_RUN>",
        "TIKTOK_CLIENT_KEY": "<YOUR_TIKTOK_CLIENT_KEY>",
        "TIKTOK_CLIENT_SECRET": "<YOUR_TIKTOK_CLIENT_SECRET>"
      }
    }
  }
}
Claude Code
claude mcp add tiktok-agent-publisher --env TIKTOK_DRY_RUN=<YOUR_TIKTOK_DRY_RUN> --env TIKTOK_CLIENT_KEY=<YOUR_TIKTOK_CLIENT_KEY> --env TIKTOK_CLIENT_SECRET=<YOUR_TIKTOK_CLIENT_SECRET> -- npx -y tiktok-agent-publisher

Related MCP servers

Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents

18
TypeScript
MIT
View repository →

Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals.

7
TypeScript
MIT
View repository →

Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.

5
TypeScript
MIT
View repository →

Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.

4
TypeScript
MIT
View repository →

Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.

3
TypeScript
MIT
View repository →

Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.

3
TypeScript
MIT
View repository →