Servers
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 publ
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"taisly": {
"command": "npx",
"args": [
"-y",
"@taisly/agent",
"mcp"
],
"env": {
"TAISLY_API_KEY": "<YOUR_TAISLY_API_KEY>"
}
}
}
}