$ timeahead_
mcp/tiktok-agent-publisher/install/cursor

install tiktok-agent-publisher on Cursor

Requires the runtime declared in the upstream repo — check the README before running. Cursor reloads its MCP servers automatically the moment the file is saved — no restart needed. Paste the config below, then follow the reload step to register tiktok-agent-publisher.

paste into
global: ~/.cursor/mcp.json
project: .cursor/mcp.json (commit alongside your repo)
{
  "mcpServers": {
    "tiktok-agent-publisher": {
      "command": "npx",
      "args": [
        "-y",
        "tiktok-agent-publisher"
      ]
    }
  }
}
then: No restart needed — Cursor picks up the change automatically.
← back to tiktok-agent-publisher
Install tiktok-agent-publisher MCP Server on Cursor | Timeahead