HomeCommunication › TokPortal

TokPortal

Managed TikTok/Instagram/YouTube accounts + video posting at scale, operated by human managers.

Official TypeScript Cloud Remote
★ 0 stars Last pushed 2026-09-06 License: MIT

Topics: Social Media

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://app.tokportal.com/api/ext/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http tokportal-mcp https://app.tokportal.com/api/ext/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "tokportal-mcp": {
      "url": "https://app.tokportal.com/api/ext/mcp"
    }
  }
}

Package (npm 1.17.1)

npx -y tokportal-mcp@1.17.1

Or add to your MCP client config:

{
  "mcpServers": {
    "tokportal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tokportal-mcp@1.17.1"
      ],
      "env": {
        "TOKPORTAL_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • TOKPORTAL_API_KEY required secret — TokPortal API key (sk_...) from https://app.tokportal.com/developer/api-keys

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry