Use Cursor to Post Videos Everywhere
One message. All platforms. Powered by Cursor.
You already use Cursor. Now connect it to Taisly and let it post your videos to TikTok, Instagram Reels, YouTube Shorts, X, Facebook and more. Just tell Cursor to post and it does the rest. No manual uploads, no switching between apps.
How It Works with Cursor
Ask the agent to run setup
Give Cursor the Taisly setup prompt. It installs the CLI or MCP server and returns a browser login URL.
Approve login in Taisly
Open the login URL, sign in to Taisly, and approve the connection. No manual API key copying is required.
Let the agent check in
Cursor runs checkin, stores a local credential, lists your connected accounts, and can publish only after your approval.
Posting Videos Manually is a Waste of Time
You already use Cursor 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 Cursor 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, Cursor 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 Cursor with CLI or MCP
Start with the CLI prompt when you want the simplest setup. Use MCP when your agent already supports local MCP servers.
CLI setup
BestGive this prompt to Cursor.
Help me set up Taisly Agent Kit.
1. Install the CLI: npm i -g @taisly/agent
2. Run taisly setup --agent cursor 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 cursor.
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.Features

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"