Skip to content
LangChain

LandingConnect for LangChain

com.landingconnect/landingconnect

Build, clone & publish websites by chatting with Claude. Live in seconds, custom domains + SSL.

client:LangChain transport:streamable-http

Install LandingConnect in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "landingconnect": {
            "transport": "streamable_http",
            "url": "https://connect.landingconnect.com/mcp",
        }
})

tools = await client.get_tools()

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

LandingConnect in other clients