MCP Catalogs
首页

cesium-mcp vs time

并排对比,帮你在这两个 MCP server 之间做选择。

cesium-mcp
by gaopengbin
time
by modelcontextprotocol
Stars★ 103★ 85,748
30天用量
综合分4877
官方
分类
开发者工具AI / LLM 工具其它
效率工具开发者工具沟通协作
实现语言JavaScriptTypeScript
最近提交1 个月前本月

cesium-mcp · 概述

AI驱动的CesiumJS 3D地球控制,通过MCP提供49个工具用于相机、实体、图层、动画和空间分析。

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

cesium-mcp · 使用场景

  • Web应用中的3D地球可视化自然语言控制
  • 通过对话界面进行AI驱动的GIS分析
  • 将3D地球功能集成到Claude和Cursor等AI助手

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

cesium-mcp · 安装

安装

选项1:浏览器代理(快速开始推荐)

  1. 访问[在线演示](https://cesium-browser-agent.pages.dev/)
  2. Fork [examples/browser-agent](https://github.com/gaopengbin/cesium-mcp/tree/main/examples/browser-agent)文件夹部署自己的版本

选项2:Web应用中的函数调用

npm install cesium-mcp-bridge

选项3:MCP运行时

# stdio模式(Claude Desktop, VS Code, Cursor)
npx cesium-mcp-runtime

# HTTP模式(Dify, 远程/云MCP客户端)
npx cesium-mcp-runtime --transport http --port 3000
Claude Desktop配置
{
  "mcpServers": {
    "cesium": {
      "command": "npx",
      "args": ["-y", "cesium-mcp-runtime"]
    }
  }
}

time · 安装

安装选项

**使用 uv(推荐):**

uvx mcp-server-time

**使用 PIP:**

pip install mcp-server-time
python -m mcp_server_time

**为 Claude Desktop 配置:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。