thumbnails for LangChain
io.github.theluckystrike/thumbnails
Generate image thumbnails, resize, convert and compress photos from your AI chat. Local files.
client:LangChain
transport:streamable-http
runtime:mcpb
tools:15
Install thumbnails in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"thumbnails": {
"transport": "streamable_http",
"url": "https://mcp.zovo.one/mcp/thumbnails",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs