Visily UI Design for LangChain
io.github.visily-app/visily
UI design from prompts, screenshots, and URLs for AI coding agents and theme tokens.
client:LangChain
transport:streamable-http
Install Visily UI Design in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"visily": {
"transport": "streamable_http",
"url": "https://app.visily.ai/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs