Typesense Cloud for LangChain
org.typesense/typesense-cloud
Add fast, typo-tolerant search to your site or app, and run the Typesense clusters behind it.
client:LangChain
transport:streamable-http
Install Typesense Cloud in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"typesense-cloud": {
"transport": "streamable_http",
"url": "https://cloud.typesense.org/mcp/v1",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs