Skip to content
LangChain

3dCMS for LangChain

info.3dcms/mcp

Build a real 3D website by chatting: pages, models and text in space, published to a live URL.

client:LangChain transport:streamable-http tools:10

Install 3dCMS in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mcp": {
            "transport": "streamable_http",
            "url": "https://3dcms.info/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

3dCMS in other clients