touchdesigner-mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
touchdesigner-mcp by 8beeeaaat | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 324 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 50 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具多媒体AI / LLM 工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 1 个月前 | 本月 |
touchdesigner-mcp · 概述
一个MCP服务器,通过节点操作和Python脚本执行,让AI代理控制TouchDesigner。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
touchdesigner-mcp · 使用场景
- AI辅助实时视觉编程
- 自动化TouchDesigner项目工作流
- 使用AI节点操作生成艺术作品
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
touchdesigner-mcp · 安装
安装步骤
- 从 [GitHub Releases](https://github.com/8beeeaaat/touchdesigner-mcp/releases/latest) 下载最新版本
- 解压
touchdesigner-mcp-td.zip文件 - 用新内容替换现有的
touchdesigner-mcp-td文件夹 - 从TouchDesigner项目中移除旧的
mcp_webserver_base组件 - 导入新的
.tox组件 - 启动TouchDesigner并确保WebServer DAT正在运行
Claude Desktop配置
添加到 claude_desktop_config.json:
{
"mcpServers": {
"touchdesigner": {
"command": "npx",
"args": ["-y", "@8beeeaaat/touchdesigner-mcp-server@latest"]
}
}
}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"]
}
}
}