Skip to content
LangChain

Junifye for LangChain

pro.publifye/junifye

Write books, studies & commentaries with your AI — EPUB, print-ready PDF, web reader, ISBN, RTL

client:LangChain transport:streamable-http

Install Junifye in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "junifye": {
            "transport": "streamable_http",
            "url": "https://junifye.publifye.com/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Junifye in other clients