image for LangChain
com.yaktool/image
Compress, convert and resize images locally, with marketplace presets and rule rechecks.
client:LangChain
transport:stdio
runtime:npm
Install image in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"image": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "yaktool-image-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs