Skip to content
LangChain

Orivox AI Website Builder for LangChain

org.orivox/website-builder

Build, edit, host, and publish websites from AI assistants. Setup: https://mcp.orivox.org/

client:LangChain transport:streamable-http

Install Orivox AI 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://mcp.orivox.org/mcp",
        }
})

tools = await client.get_tools()

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

Orivox AI Website Builder in other clients