MCP Catalogs
首页

time vs cinema4d-mcp

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

time
by modelcontextprotocol
cinema4d-mcp
by ttiimmaacc
Stars★ 85,748★ 83
30天用量
综合分7746
官方
分类
效率工具开发者工具沟通协作
多媒体开发者工具AI / LLM 工具
实现语言TypeScriptPython
最近提交本月2 个月前

time · 概述

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

cinema4d-mcp · 概述

将 Claude AI 连接到 Cinema 4D 的 MCP 服务器,支持提示驱动的 3D 建模和场景操作。

time · 使用场景

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

cinema4d-mcp · 使用场景

  • 使用自然语言提示进行 AI 辅助 3D 建模
  • 动态图形的自动化场景生成和操作
  • AI 创意与专业 3D 工作流程的集成

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"]
    }
  }
}

cinema4d-mcp · 安装

安装步骤

克隆仓库

git clone https://github.com/ttiimmaacc/cinema4d-mcp.git
cd cinema4d-mcp

安装 MCP 服务器包

pip install -e .

使包装脚本可执行

chmod +x bin/cinema4d-mcp-wrapper

Cinema 4D 插件设置

  1. c4d_plugin/mcp_server_plugin.pyp 文件复制到 Cinema 4D 的插件文件夹
  2. 打开 Cinema 4D,转到 Extensions > Socket Server Plugin > Start Server

Claude Desktop 配置

添加到你的 claude_desktop_config.json

"mcpServers": {
  "cinema4d": {
    "command": "python3",
    "args": ["/path/to/cinema4d-mcp/main.py"]
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。