Skip to content
LangChain

Sites by Clize for LangChain

ai.clize/sites

Ship a real marketing site from your coding agent: domain, HTTPS and a working inbox.

client:LangChain transport:stdio runtime:npm

Install Sites by Clize in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "sites": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@clize/sites"],
        }
})

tools = await client.get_tools()

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

Sites by Clize in other clients