AI Daily Brew for LangChain
com.aidailybrew/aidailybrew
A wall of people building with AI: who is building what, and where to reach them.
client:LangChain
transport:streamable-http
tools:3
Install AI Daily Brew in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"aidailybrew": {
"transport": "streamable_http",
"url": "https://aidailybrew.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs