meshcheck mcp for LangChain
io.github.brac/meshcheck-mcp
Deterministic validation, rendering, and inspection of GLB/glTF 3D models via the meshcheck API.
client:LangChain
transport:stdio
runtime:npm
Install meshcheck mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"meshcheck-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "meshcheck-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs