PluginBench
MCP Server
Active

io.github.wmarceau/tiktok-creator MCP Server

io.github.wmarceau/tiktok-creator

What is the io.github.wmarceau/tiktok-creator MCP server?

TikTok automation: post videos, get analytics, manage comments

How to install io.github.wmarceau/tiktok-creator

Copy-paste configuration for popular MCP clients.

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

    TikTok app client key

  • TIKTOK_CLIENT_SECRET

    TikTok app client secret

  • TIKTOK_ACCESS_TOKEN

    TikTok user access token

  • TIKTOK_REFRESH_TOKEN

    TikTok refresh token for token renewal

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tiktok-creator": {
      "command": "uvx",
      "args": [
        "tiktok-creator-mcp"
      ],
      "env": {
        "TIKTOK_CLIENT_KEY": "<YOUR_TIKTOK_CLIENT_KEY>",
        "TIKTOK_CLIENT_SECRET": "<YOUR_TIKTOK_CLIENT_SECRET>",
        "TIKTOK_ACCESS_TOKEN": "<YOUR_TIKTOK_ACCESS_TOKEN>",
        "TIKTOK_REFRESH_TOKEN": "<YOUR_TIKTOK_REFRESH_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "tiktok-creator": {
      "command": "uvx",
      "args": [
        "tiktok-creator-mcp"
      ],
      "env": {
        "TIKTOK_CLIENT_KEY": "<YOUR_TIKTOK_CLIENT_KEY>",
        "TIKTOK_CLIENT_SECRET": "<YOUR_TIKTOK_CLIENT_SECRET>",
        "TIKTOK_ACCESS_TOKEN": "<YOUR_TIKTOK_ACCESS_TOKEN>",
        "TIKTOK_REFRESH_TOKEN": "<YOUR_TIKTOK_REFRESH_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "tiktok-creator": {
      "command": "uvx",
      "args": [
        "tiktok-creator-mcp"
      ],
      "env": {
        "TIKTOK_CLIENT_KEY": "<YOUR_TIKTOK_CLIENT_KEY>",
        "TIKTOK_CLIENT_SECRET": "<YOUR_TIKTOK_CLIENT_SECRET>",
        "TIKTOK_ACCESS_TOKEN": "<YOUR_TIKTOK_ACCESS_TOKEN>",
        "TIKTOK_REFRESH_TOKEN": "<YOUR_TIKTOK_REFRESH_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "tiktok-creator": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tiktok-creator-mcp"
      ],
      "env": {
        "TIKTOK_CLIENT_KEY": "<YOUR_TIKTOK_CLIENT_KEY>",
        "TIKTOK_CLIENT_SECRET": "<YOUR_TIKTOK_CLIENT_SECRET>",
        "TIKTOK_ACCESS_TOKEN": "<YOUR_TIKTOK_ACCESS_TOKEN>",
        "TIKTOK_REFRESH_TOKEN": "<YOUR_TIKTOK_REFRESH_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add tiktok-creator --env TIKTOK_CLIENT_KEY=<YOUR_TIKTOK_CLIENT_KEY> --env TIKTOK_CLIENT_SECRET=<YOUR_TIKTOK_CLIENT_SECRET> --env TIKTOK_ACCESS_TOKEN=<YOUR_TIKTOK_ACCESS_TOKEN> --env TIKTOK_REFRESH_TOKEN=<YOUR_TIKTOK_REFRESH_TOKEN> -- uvx tiktok-creator-mcp

Related MCP servers

Amazon seller tools: FBA fees, inventory optimization, restock recommendations.

0
Python
View repository →

Apollo.io lead enrichment and prospecting via MCP

0
Python
View repository →

AI-powered fitness content creator tools: video editing, image generation, workout plans, analytics.

0
Python
View repository →

Instagram automation: post images, Reels, carousels, Stories, analytics

0
Python
View repository →

Convert markdown to professional PDFs with clickable table of contents. No API keys.

0
Python
View repository →

YouTube automation: upload videos, Shorts, manage playlists, get analytics

0
Python
View repository →