Skip to content
LangChain

Zarla Website Builder for LangChain

com.zarla/website-builder

Build, edit and publish websites from Claude, ChatGPT, Cursor and Gemini. No code — Zarla hosts it.

client:LangChain transport:streamable-http

Install Zarla Website Builder in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "website-builder": {
            "transport": "streamable_http",
            "url": "https://www.zarla.com/api/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Zarla Website Builder in other clients