cesium-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
cesium-mcp by gaopengbin | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 103 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 1 mo ago | this month |
cesium-mcp · Summary
AI-powered CesiumJS 3D globe control with 49 tools for camera, entities, layers, animation & spatial analysis via MCP.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
cesium-mcp · Use cases
- Natural language control of 3D Earth visualizations in web applications
- AI-powered GIS analysis through conversational interface
- Integration of 3D globe capabilities into AI assistants like Claude and Cursor
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
cesium-mcp · Install
Installation
Option 1: Browser Agent (Recommended for quick start)
- Visit the [live demo](https://cesium-browser-agent.pages.dev/)
- Fork the [examples/browser-agent](https://github.com/gaopengbin/cesium-mcp/tree/main/examples/browser-agent) folder to deploy your own
Option 2: Function Calling in web app
npm install cesium-mcp-bridgeOption 3: MCP Runtime
# stdio mode (Claude Desktop, VS Code, Cursor)
npx cesium-mcp-runtime
# HTTP mode (Dify, remote/cloud MCP clients)
npx cesium-mcp-runtime --transport http --port 3000Claude Desktop Configuration
{
"mcpServers": {
"cesium": {
"command": "npx",
"args": ["-y", "cesium-mcp-runtime"]
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}