Skip to content
LangChain

Bee — The Progressive Intelligence Engine for LangChain

io.github.cuilabs/bee

Bee — The Progressive Intelligence Engine: tiered LLM, 4 tools, hosted API, free tier.

client:LangChain transport:stdio runtime:pypi

Install Bee — The Progressive Intelligence Engine in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "bee": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["bee-sdk"],
        }
})

tools = await client.get_tools()

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

Bee — The Progressive Intelligence Engine in other clients