← Index

TikTok Agent Publisher

io.github.davidmosiah/tiktok-agent-publisher·v0.1.5·Other
Quality Score
90
/100

Local-first TikTok Content Posting API for AI agents: OAuth checks, dry-run and live uploads.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "tiktok-agent-publisher": {
      "command": "npx",
      "args": [
        "-y",
        "tiktok-agent-publisher"
      ],
      "env": {
        "TIKTOK_DRY_RUN": "<tiktok_dry_run>",
        "TIKTOK_CLIENT_KEY": "<tiktok_client_key>",
        "TIKTOK_CLIENT_SECRET": "<your-tiktok_client_secret>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "tiktok-agent-publisher": {
      "command": "npx",
      "args": [
        "-y",
        "tiktok-agent-publisher"
      ],
      "env": {
        "TIKTOK_DRY_RUN": "<tiktok_dry_run>",
        "TIKTOK_CLIENT_KEY": "<tiktok_client_key>",
        "TIKTOK_CLIENT_SECRET": "<your-tiktok_client_secret>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y tiktok-agent-publisher
§02  Environment variables
TIKTOK_DRY_RUN

Set to false only when the agent should perform live TikTok upload operations. Defaults to dry-run behavior.

TIKTOK_CLIENT_KEY

TikTok developer app client key. Optional until OAuth or live upload flows are used.

TIKTOK_CLIENT_SECRET
secret

TikTok developer app client secret. Keep local and do not expose it to agents.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other