QRStuff MCP Server for LangChain
io.github.qrstuff/qrstuff-mcp
Generate, update, manage, and track QR codes using the QRStuff platform.
client:LangChain
transport:streamable-http
Install QRStuff MCP Server in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"qrstuff-mcp": {
"transport": "streamable_http",
"url": "https://mcp.qrstuff.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs