← Back to Plugins
MCP Server MCP

io.github.wmarceau/tiktok-creator

github By github 👁 1 views ▲ 0 votes

TikTok automation: post videos, get analytics, manage comments

Homepage Verified source GitHub

Install

uvx tiktok-creator-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "tiktok-creator-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "TikTok app client key",
          "name": "TIKTOK_CLIENT_KEY"
        },
        {
          "description": "TikTok app client secret",
          "name": "TIKTOK_CLIENT_SECRET"
        },
        {
          "description": "TikTok user access token",
          "name": "TIKTOK_ACCESS_TOKEN"
        },
        {
          "description": "TikTok refresh token for token renewal",
          "name": "TIKTOK_REFRESH_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...