aether studio — AI Image Generation, Editing & Creative Workflow for LangChain
io.github.chaehomie/aether-studio
Generate, edit, and explore AI images. Flux, Imagen, LoRA identity swap, upscale, and more.
client:LangChain
transport:streamable-http
Install aether studio — AI Image Generation, Editing & Creative Workflow in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"aether-studio": {
"transport": "streamable_http",
"url": "https://knoll-api-d9hkgrape3dtadgy.z03.azurefd.net/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs