quickS3 for LangChain
com.quicks3/quicks3
Browse, upload, download, and share files in your S3-compatible buckets with delegated roles.
client:LangChain
transport:streamable-http
Install quickS3 in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"quicks3": {
"transport": "streamable_http",
"url": "https://quicks3.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs