three.ws 3D Studio for LangChain
io.github.nirholas/threews-3d-studio
Turn text or an image into an animation-ready 3D model (GLB): generate, rig, animate, retexture.
client:LangChain
transport:streamable-http
Install three.ws 3D Studio in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"threews-3d-studio": {
"transport": "streamable_http",
"url": "https://three.ws/api/mcp-3d",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs