three.ws Loom for LangChain
io.github.nirholas/loom-mcp
Browse the community 3D-creation gallery, fetch a creation with its viewer URL, and submit it.
client:LangChain
transport:stdio
runtime:npm
Install three.ws Loom in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"loom-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@three-ws/loom-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs