← Back to Plugins
MCP Server MCP

Taisly Social Media Posting

github By github 👁 1 views ▲ 0 votes

Publish videos to TikTok, Reels, Shorts, X, and Facebook through Taisly.

Homepage Verified source GitHub

Install

npx -y @taisly/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://app.taisly.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@taisly/agent",
      "version": "0.2.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional. Run `taisly setup --agent <agent-slug>` to store a local Taisly agent credential, or set this manual API key from Taisly Settings.",
          "format": "string",
          "isSecret": true,
          "name": "TAISLY_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...