Home › Communication › Taisly Social Media Posting
Taisly Social Media Posting
Publish videos to TikTok, Reels, Shorts, X, and Facebook through Taisly.
Topics: Social Media
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://app.taisly.com/mcp Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http agent https://app.taisly.com/mcp
Or add to your MCP client config:
{
"mcpServers": {
"agent": {
"url": "https://app.taisly.com/mcp"
}
}
}
Package (npm 0.2.7)
npx -y @taisly/agent@0.2.7
Or add to your MCP client config:
{
"mcpServers": {
"agent": {
"command": "npx",
"args": [
"-y",
"@taisly/agent@0.2.7"
],
"env": {
"TAISLY_API_KEY": "<YOUR_VALUE>"
}
}
}
}
TAISLY_API_KEYsecret — Optional. Run `taisly setup --agent <agent-slug>` to store a local Taisly agent credential, or set this manual API key from Taisly Settings.
Related servers
reddit-mcp-buddy
Reddit browser for AI assistants. Browse without API keys; add credentials for search and analysis.
reddit-research-mcp
Turn Reddit's chaos into structured insights with full citations - MCP server for Reddit research
facebook-mcp-server
Integrates with Facebook Pages to enable direct management of posts, comments, and engagement metrics through the Graph API for…
Xquik MCP Server
128 REST operations. 120 MCP routes; 119 JSON/text ops. OAuth 2.1. Not affiliated with X Corp.
x-use
Browser-native AI agents for X (Twitter): multi-account, MCP-ready, no X API key required.
mcp-twitter
All-in-one Twitter management solution providing timeline access, user tweet retrieval, hashtag monitoring, conversation analysis, direct…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry