HomeCommunication › Taisly Social Media Posting

Taisly Social Media Posting

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

TypeScript Cloud Remote
★ 214 stars Last pushed 2026-07-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.taisly.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http agent https://app.taisly.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "agent": {
      "url": "https://app.taisly.com/mcp"
    }
  }
}

Package (npm 0.2.7)

npx -y @taisly/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "agent": {
      "command": "npx",
      "args": [
        "-y",
        "@taisly/[email protected]"
      ],
      "env": {
        "TAISLY_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • TAISLY_API_KEY secret — Optional. Run `taisly setup --agent <agent-slug>` to store a local Taisly agent credential, or set this manual API key from Taisly Settings.

Related servers

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

Data from the Official MCP Registry