Unplain for LangChain
io.unplain/unplain
Your assistant writes the ebook or report; Unplain designs it and returns a publish-ready PDF.
client:LangChain
transport:streamable-http
Install Unplain in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"unplain": {
"transport": "streamable_http",
"url": "https://app.unplain.io/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs