Skip to content
LangChain

Kaiku for LangChain

tech.kaiku/kaiku

Issue tracker and wiki for teams and their agents: find, file and update issues, write pages.

client:LangChain transport:streamable-http tools:76

Install Kaiku in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

All 76 tools →

Kaiku in other clients