Skip to content
LangChain

sync day for LangChain

io.github.syncday-app/sync-day

Free no-signup group scheduling; share a link and rank times by who's free.

client:LangChain transport:streamable-http tools:8

Install sync day in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "sync-day": {
            "transport": "streamable_http",
            "url": "https://sync.day/mcp/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

sync day in other clients