Publishes and schedules short-form videos to connected social accounts through Taisly's MCP tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Agent.
The taisly/agent MCP server connects an AI-agent workflow to Taisly's short-form video publishing service. It lets an agent inspect authentication state, find connected social accounts, start or check account connections, validate a video payload, create a post, and retrieve the post's status.
Supported publishing destinations listed in the project include TikTok, Instagram Reels, YouTube Shorts, X, and Facebook. The workflow is intended for agents that handle planning, captions, or campaign logic while Taisly performs the platform-specific publishing work. Posts can be published immediately or scheduled for a later time.
The package provides both a local stdio MCP server and access to Taisly's hosted MCP endpoint. The local server is useful when the agent needs to work with a video file stored on the same machine. The hosted endpoint uses streamable HTTP and OAuth, and accepts only public videoUrl values because it cannot read local files.
A recommended workflow is to authenticate, inspect available platforms, validate the post, obtain explicit confirmation, create the post, and retain the returned historyId for later status checks. The package also includes an agent skill describing this sequence, plus a Codex plugin manifest that points to the skill and the remote MCP service.
Install the package globally with npm or run its MCP entry point through npx. The local MCP command is:
Authentication can be completed through the browser-based setup flow. That process stores a local Taisly agent credential for later CLI and MCP use. As an alternative, create a key in Taisly Settings and provide it as TAISLY_API_KEY. TAISLY_CONFIG_HOME can be used to place the local configuration in a separate directory for CI, tests, or isolated agent profiles.
The remote endpoint is https://app.taisly.com/mcp. Codex and Claude Code setup examples are provided in the repository for both remote and local MCP use. The package is free to install; the README says paid plans apply to higher-volume publishing, larger account sets, and automatic repost workflows.
The taisly/agent MCP server lists tools for:
The associated CLI prints JSON for command results, which is suitable for agent workflows that need structured output. Supported connection slugs are instagram, tiktok, youtube, x, and facebook.
Connected social accounts are required before publishing. Remote MCP use cannot access local video paths, so videos must be available through public URLs in that mode. The project documentation describes browser authentication and manual API-key authentication, but does not state that every client uses the same authentication flow.
The taisly/agent MCP server is focused on video publishing rather than content generation: the agent remains responsible for creating the content, captions, and campaign decisions. The README does not specify an open-source license.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/taisly-agent)<a href="https://allmcps.com/mcp/taisly-agent"><img src="https://allmcps.com/api/badge/taisly-agent?style=directory" alt="Agent on AllMCPs" /></a>