UI Factory for LangChain
io.github.evozim/ui-factory
Generates React components and design frameworks from visual layouts.
client:LangChain
transport:sse
Install UI Factory in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"ui-factory": {
"transport": "streamable_http",
"url": "https://ui-factory-mcp.vercel.app/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs