← Back to Plugins
MCP Server MCP

TikTok Agent Publisher

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "tiktok-agent-publisher",
      "version": "0.1.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Set to false only when the agent should perform live TikTok upload operations. Defaults to dry-run behavior.",
          "format": "string",
          "name": "TIKTOK_DRY_RUN"
        },
        {
          "description": "TikTok developer app client key. Optional until OAuth or live upload flows are used.",
          "format": "string",
          "name": "TIKTOK_CLIENT_KEY"
        },
        {
          "description": "TikTok developer app client secret. Keep local and do not expose it to agents.",
          "format": "string",
          "isSecret": true,
          "name": "TIKTOK_CLIENT_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...