postcopilot mcp for LangChain
io.github.irmasemma/postcopilot-mcp
Threads tools for AI — generate viral posts, download videos, export profiles
client:LangChain
transport:streamable-http
tools:6
Install postcopilot mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"postcopilot-mcp": {
"transport": "streamable_http",
"url": "https://postcopilot.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs