TikTok Agent Publisher
Rank #20,662io.github.davidmosiah/tiktok-agent-publisher
Local-first TikTok Content Posting API for AI agents: OAuth checks, dry-run and live uploads.
TikTok Agent Publisher is a Model Context Protocol (MCP) server published by davidmosiah. It ranks #20,662 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. TikTok Agent Publisher is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on May 5, 2026 and most recently updated on May 29, 2026.
Ranks ahead of 94,929 of 115,591 servers on MCP Toplist.
Use TikTok Agent Publisher
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tiktok-agent-publisher -e "TIKTOK_DRY_RUN=<your TIKTOK_DRY_RUN>" -e "TIKTOK_CLIENT_KEY=<your TIKTOK_CLIENT_KEY>" -e "TIKTOK_CLIENT_SECRET=<your TIKTOK_CLIENT_SECRET>" -- npx -y tiktok-agent-publisherReplace each placeholder with your own value before saving.
[mcp_servers.tiktok-agent-publisher]
command = "npx"
args = ["-y", "tiktok-agent-publisher"]
[mcp_servers.tiktok-agent-publisher.env]
TIKTOK_DRY_RUN = "<your TIKTOK_DRY_RUN>"
TIKTOK_CLIENT_KEY = "<your TIKTOK_CLIENT_KEY>"
TIKTOK_CLIENT_SECRET = "<your TIKTOK_CLIENT_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tiktok-agent-publisher": {
"command": "npx",
"args": [
"-y",
"tiktok-agent-publisher"
],
"env": {
"TIKTOK_DRY_RUN": "<your TIKTOK_DRY_RUN>",
"TIKTOK_CLIENT_KEY": "<your TIKTOK_CLIENT_KEY>",
"TIKTOK_CLIENT_SECRET": "<your TIKTOK_CLIENT_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tiktok-agent-publisher": {
"command": "npx",
"args": [
"-y",
"tiktok-agent-publisher"
],
"env": {
"TIKTOK_DRY_RUN": "<your TIKTOK_DRY_RUN>",
"TIKTOK_CLIENT_KEY": "<your TIKTOK_CLIENT_KEY>",
"TIKTOK_CLIENT_SECRET": "<your TIKTOK_CLIENT_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tiktok-agent-publisher": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tiktok-agent-publisher"
],
"env": {
"TIKTOK_DRY_RUN": "<your TIKTOK_DRY_RUN>",
"TIKTOK_CLIENT_KEY": "<your TIKTOK_CLIENT_KEY>",
"TIKTOK_CLIENT_SECRET": "<your TIKTOK_CLIENT_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tiktok-agent-publisher": {
"command": "npx",
"args": [
"-y",
"tiktok-agent-publisher"
],
"env": {
"TIKTOK_DRY_RUN": "<your TIKTOK_DRY_RUN>",
"TIKTOK_CLIENT_KEY": "<your TIKTOK_CLIENT_KEY>",
"TIKTOK_CLIENT_SECRET": "<your TIKTOK_CLIENT_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tiktok-agent-publisher": {
"command": "npx",
"args": [
"-y",
"tiktok-agent-publisher"
],
"env": {
"TIKTOK_DRY_RUN": "<your TIKTOK_DRY_RUN>",
"TIKTOK_CLIENT_KEY": "<your TIKTOK_CLIENT_KEY>",
"TIKTOK_CLIENT_SECRET": "<your TIKTOK_CLIENT_SECRET>"
}
}
}
}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.davidmosiah%2Ftiktok-agent-publisher)<a href="https://mcptoplist.com/server/io.github.davidmosiah%2Ftiktok-agent-publisher"><img src="https://mcptoplist.com/badge/io.github.davidmosiah%2Ftiktok-agent-publisher.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
davidmosiah
Other servers by davidmosiah
- Delx Commerce — Pay-per-Result APIs for Agents#411 · 14 vers
- Google Health MCP#2,764 · 2 vers
- WHOOP MCP#4,089 · 3 vers
- Garmin MCP#4,350 · 2 vers
- Wellness Nourish#5,396 · 2 vers
- Samsung Health MCP#6,605 · 1 ver
- Withings MCP#7,068 · 2 vers
- Polar MCP#8,408 · 1 ver
- Eight Sleep MCP#8,993 · 1 ver
- Fitbit MCP#9,105 · 1 ver
- Google Ads MCP Unofficial#9,936 · 1 ver
- Oura MCP#9,980 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.4 | May 29, 2026 |
Frequently asked questions
- Who maintains TikTok Agent Publisher?
- TikTok Agent Publisher is maintained by davidmosiah, which publishes 33 MCP servers (59 total versions) tracked on MCP Toplist.
- Is TikTok Agent Publisher listed on the Official MCP Registry?
- Yes — TikTok Agent Publisher is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does TikTok Agent Publisher have?
- MCP Toplist tracks 1 version of TikTok Agent Publisher, most recently published on May 29, 2026.
- Where can I find the source code for TikTok Agent Publisher?
- The source code for TikTok Agent Publisher is hosted at github.com/davidmosiah/tiktok-agent-publisher.