Taisly Agent
@taisly
Taisly Agent is an MCP server, CLI, SDK, and agent skill for publishing short-form videos to TikTok, Instagram Reels, YouTube Shorts, X, and Facebook through Taisly. It helps AI agents and automation workflows validate connected social accounts, create video posts, and check publishing status with a Taisly API key.
Server Config
{
"mcpServers": {
"taisly": {
"command": "npx",
"args": [
"-y",
"@taisly/agent",
"mcp"
],
"env": {
"TAISLY_API_KEY": "<YOUR_TAISLY_API_KEY>"
}
}
}
}