Skip to content
LangChain

flowzap for LangChain

io.github.flowzap-xyz/flowzap

Create workflow, sequence, architecture, and mind map diagrams via AI assistants.

client:LangChain transport:streamable-http runtime:npm tools:13

Install flowzap in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "flowzap": {
            "transport": "streamable_http",
            "url": "https://flowzap.xyz/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

flowzap in other clients