Use Kling AI to Post Videos Everywhere
One message. All platforms. Powered by Kling AI.
You already use Kling AI. Now connect it to Taisly and let it post your videos to TikTok, Instagram Reels, YouTube Shorts, X, Facebook and more. Just tell Kling AI to post and it does the rest. No manual uploads, no switching between apps.
How It Works with Kling AI
Choose a Taisly connection
Use the hosted MCP endpoint when Kling AI supports remote MCP, or install the npm package when it can run local commands.
Approve login in Taisly
Sign in to Taisly through OAuth or the browser setup flow, then approve the agent connection.
Let the agent use Taisly tools
Kling AI lists connected accounts, validates the video payload, and publishes only after your approval.
Posting Videos Manually is a Waste of Time
You already use Kling AI to save time. The missing step is usually publishing: the agent can plan the post, but it still needs a safe way to connect to your social accounts and send the video.
Taisly fixes that setup path. Ask Kling AI to install Taisly Agent Kit, open the login URL it gives you, approve the connection in your browser, and let it run checkin. After that, Kling AI can list connected TikTok, Instagram Reels, YouTube Shorts, X, Facebook and other accounts, validate a post, and publish only after you confirm.
One setup prompt, one browser approval, then repeatable video posting.
Connect Kling AI with Taisly Agent Kit
Use the same official MCP endpoint, npm package, GitHub repository, and safe posting workflow with every agent page.
CLI setup
BestGive this prompt to Kling AI.
Help me set up Taisly Agent Kit.
1. Install the CLI: npm i -g @taisly/agent
2. Run taisly setup --agent kling-ai and send me the login URL so I can finish authentication.
3. Wait for me to finish login in the browser.
4. Run taisly checkin --agent kling-ai.
5. Tell me if Taisly is connected and ready. If not, tell me what failed.
If you cannot install or run the Taisly CLI in this environment, stop and tell me to switch to the MCP setup tab instead.Official MCP + package
Use these public Taisly Agent Kit resources with Kling AI. The application handles the exact product flow, while this page gives agents and builders the canonical package and MCP references.
Remote MCP endpoint:
https://app.taisly.com/mcp
npm package:
npm install -g @taisly/agent
https://www.npmjs.com/package/@taisly/agent
Local stdio MCP package command:
npx -y @taisly/agent mcp
GitHub repository:
https://github.com/taisly/agent
MCP Registry:
https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.taisly%2FagentPublishing video through MCP?Remote MCP works with public video URLs. Local MCP and CLI can use files on your computer.Read the MCP video upload guideFeatures

Auto Repost
Repost your videos automatically to multiple social media platforms

Auto Post
Post your videos automatically to multiple social media platforms

Schedule Posts
Plan and schedule your content to post at optimal times across platforms
REST API for Video Automation
Programmatically post videos, manage platforms, and track performance. Simple authentication, powerful features.
Perfect for AI Agents
Turn your AI Agents into social media manager. Post to TikTok, Instagram, YouTube, X, Facebook, and more - all from one chat message.
# Get your API key from Settings # Then use it in your requests # List connected platforms curl -X GET https://app.taisly.com/api/private/platform/platforms \ -H "Authorization: Bearer YOUR_API_KEY" # Post a video curl -X POST https://app.taisly.com/api/private/post \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "video=@video.mp4" \ -F "platforms=[\"PLATFORM_ID\"]" \ -F "description=My video description"