Mockups Gallery for LangChain
io.github.kgnatx/mockups-gallery
Self-hosted gallery for AI-generated mockups. MCP interface; token-efficient curl uploads.
client:LangChain
transport:streamable-http
runtime:oci
Install Mockups Gallery in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mockups-gallery": {
"transport": "streamable_http",
"url": "https://{host}/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs