Taisly Social Media Posting
Rank #2,669io.github.taisly/agent
Publish videos to TikTok, Reels, Shorts, X, and Facebook through Taisly.
Taisly Social Media Posting is a Model Context Protocol (MCP) server published by taisly. It ranks #2,669 of 115,460 servers tracked on MCP Toplist, and its repository has 233 GitHub stars. Taisly Social Media Posting is listed across 4 registries — Official MCP, Glama, mcp.so and PulseMCP, with 2 tracked versions. It was first listed on Jun 15, 2026 and most recently updated on Jul 6, 2026.
Ranks ahead of 112,791 of 115,460 servers on MCP Toplist.
Use Taisly Social Media Posting
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http agent https://app.taisly.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add agent -e "TAISLY_API_KEY=<your TAISLY_API_KEY>" -- npx -y @taisly/agentReplace each placeholder with your own value before saving.
[mcp_servers.agent]
url = "https://app.taisly.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.agent]
command = "npx"
args = ["-y", "@taisly/agent"]
[mcp_servers.agent.env]
TAISLY_API_KEY = "<your TAISLY_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://app.taisly.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agent": {
"command": "npx",
"args": [
"-y",
"@taisly/agent"
],
"env": {
"TAISLY_API_KEY": "<your TAISLY_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent": {
"url": "https://app.taisly.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agent": {
"command": "npx",
"args": [
"-y",
"@taisly/agent"
],
"env": {
"TAISLY_API_KEY": "<your TAISLY_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agent": {
"type": "http",
"url": "https://app.taisly.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@taisly/agent"
],
"env": {
"TAISLY_API_KEY": "<your TAISLY_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent": {
"serverUrl": "https://app.taisly.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agent": {
"command": "npx",
"args": [
"-y",
"@taisly/agent"
],
"env": {
"TAISLY_API_KEY": "<your TAISLY_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent": {
"url": "https://app.taisly.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agent": {
"command": "npx",
"args": [
"-y",
"@taisly/agent"
],
"env": {
"TAISLY_API_KEY": "<your TAISLY_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.taisly%2Fagent)<a href="https://mcptoplist.com/server/io.github.taisly%2Fagent"><img src="https://mcptoplist.com/badge/io.github.taisly%2Fagent.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
taisly
Available versions (2)
| Version | Published |
|---|---|
| 0.2.6 | Jul 6, 2026 |
| 0.2.1 | Jun 18, 2026 |
Frequently asked questions
- Who maintains Taisly Social Media Posting?
- Taisly Social Media Posting is maintained by taisly, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Taisly Social Media Posting listed on the Official MCP Registry?
- Yes — Taisly Social Media Posting is listed on the Official MCP Registry, alongside Glama, mcp.so and PulseMCP.
- How many versions does Taisly Social Media Posting have?
- MCP Toplist tracks 2 versions of Taisly Social Media Posting, most recently published on Jul 6, 2026.
- Where can I find the source code for Taisly Social Media Posting?
- The source code for Taisly Social Media Posting is hosted at github.com/taisly/agent.