QQuickpick for LangChain
io.github.ravesteijntjes/qquickpick
Search movies/TV by mood, genre, score, cast, and awards, filtered to what's streaming near you.
client:LangChain
transport:streamable-http
tools:2
Install QQuickpick in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"qquickpick": {
"transport": "streamable_http",
"url": "https://qquickpick.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs