cesium mcp runtime for LangChain
io.github.gaopengbin/cesium-mcp-runtime
Control CesiumJS 3D globes via MCP: camera, layers, entities, animation, and interaction.
client:LangChain
transport:stdio
runtime:npm
Install cesium mcp runtime in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cesium-mcp-runtime": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "cesium-mcp-runtime"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs