Taisly Social Media Posting for LangChain
io.github.taisly/agent
Publish videos to TikTok, Reels, Shorts, X, and Facebook through Taisly.
client:LangChain
transport:streamable-http
runtime:npm
Install Taisly Social Media Posting in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agent": {
"transport": "streamable_http",
"url": "https://app.taisly.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs