← Back to Plugins
MCP Server MCP

io.github.lanternrow/tiktok-organic-mcp

github By github 👁 1 views ▲ 0 votes

TikTok organic analytics — video performance, engagement metrics, and profile insights.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "tiktok-organic-mcp",
      "version": "1.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "TikTok OAuth Access Token from Login Kit flow",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TIKTOK_ACCESS_TOKEN"
        },
        {
          "description": "TikTok App Client Key (for token refresh)",
          "format": "string",
          "isSecret": true,
          "name": "TIKTOK_CLIENT_KEY"
        },
        {
          "description": "TikTok Refresh Token (for token renewal)",
          "format": "string",
          "isSecret": true,
          "name": "TIKTOK_REFRESH_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...