无名图书 wuming-books for LangChain
io.github.delicious28/wuming-books
Search Chinese books with Douban ratings, AI book guides and curated toplists. Free, no API key.
client:LangChain
transport:streamable-http
tools:6
Install 无名图书 wuming-books in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"wuming-books": {
"transport": "streamable_http",
"url": "https://www.book345.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs