Rupa3D for LangChain
io.github.tiranyx/rupa3d
Checks GLB assets against a spec without Blender and embeds the measured proof inside the GLB.
client:LangChain
transport:stdio
runtime:npm
Install Rupa3D in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"rupa3d": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "rupa3d"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs