Tiktok Creator
Rank #26,663io.github.wmarceau/tiktok-creator
MCP server providing tiktok-creator capabilities
Tiktok Creator is a Model Context Protocol (MCP) server published by MarceauSolutions. It ranks #26,663 of 115,460 servers tracked on MCP Toplist. Tiktok Creator is listed on Official MCP, with 2 tracked versions. It was first listed on Feb 9, 2026 and most recently updated on Feb 9, 2026.
Ranks ahead of 88,797 of 115,460 servers on MCP Toplist.
Use Tiktok Creator
claude mcp add tiktok-creator -e "TIKTOK_CLIENT_KEY=<your TIKTOK_CLIENT_KEY>" -e "TIKTOK_CLIENT_SECRET=<your TIKTOK_CLIENT_SECRET>" -e "TIKTOK_ACCESS_TOKEN=<your TIKTOK_ACCESS_TOKEN>" -e "TIKTOK_REFRESH_TOKEN=<your TIKTOK_REFRESH_TOKEN>" -- uvx tiktok-creator-mcpReplace each placeholder with your own value before saving.
[mcp_servers.tiktok-creator]
command = "uvx"
args = ["tiktok-creator-mcp"]
[mcp_servers.tiktok-creator.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wmarceau%2Ftiktok-creator)<a href="https://mcptoplist.com/server/io.github.wmarceau%2Ftiktok-creator"><img src="https://mcptoplist.com/badge/io.github.wmarceau%2Ftiktok-creator.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
MarceauSolutions
Other servers by MarceauSolutions
View all MarceauSolutions servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Feb 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Tiktok Creator?
- Tiktok Creator is maintained by MarceauSolutions, which publishes 11 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Tiktok Creator listed on the Official MCP Registry?
- Yes — Tiktok Creator is listed on the Official MCP Registry.
- How many versions does Tiktok Creator have?
- MCP Toplist tracks 2 versions of Tiktok Creator, most recently published on Feb 9, 2026.
- Where can I find the source code for Tiktok Creator?
- The source code for Tiktok Creator is hosted at github.com/MarceauSolutions/dev-sandbox.