Back to Browse

Tiktok Agent Publisher MCP Server

Marketing & SocialLow Risk10.0Local
Free

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

6 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

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

Environment variable: TIKTOK_DRY_RUN

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

Environment variable: TIKTOK_CLIENT_KEY

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

Environment variable: TIKTOK_CLIENT_SECRET

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-davidmosiah-tiktok-agent-publisher": {
      "env": {
        "TIKTOK_DRY_RUN": "your-tiktok-dry-run-here",
        "TIKTOK_CLIENT_KEY": "your-tiktok-client-key-here",
        "TIKTOK_CLIENT_SECRET": "your-tiktok-client-secret-here"
      },
      "args": [
        "-y",
        "tiktok-agent-publisher"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!