Skip to content
LangChain

Cronus UI for LangChain

io.github.pedrogbraz/cronus-ui

Search, install, compose, add-page, and theme Cronus UI from the live registry.

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

Install Cronus UI in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "cronus-ui": {
            "transport": "streamable_http",
            "url": "https://aicronus.com/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

Cronus UI in other clients