MCP Catalogs
首页

ableton-mcp vs time

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

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

ableton-mcp · 概述

Ableton Live 的 MCP 服务器,提供 200+ 工具用于音乐制作、AI 生成模式和完整的 DAW 控制。

time · 概述

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

ableton-mcp · 使用场景

  • 通过 AI 命令生成各种风格的鼓点和贝斯线
  • 通过自然语言自动化复杂的编曲和场景转换
  • 借助 AI 控制 Ableton Live 的传输、轨道、剪辑和效果

time · 使用场景

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

ableton-mcp · 安装

Claude Desktop 安装

将以下内容添加到您的 claude_desktop_config.json

{
    "mcpServers": {
        "AbletonMCP": {
            "command": "uvx",
            "args": ["ableton-mcp"]
        }
    }
}

前置要求

  • Ableton Live 10 或更新版本
  • Python 3.8 或更新版本
  • [uv 包管理器](https://astral.sh/uv)

Ableton 远程脚本安装

  1. 从此仓库下载 AbletonMCP_Remote_Script/__init__.py
  2. 复制到 Ableton 的 MIDI Remote Scripts 目录:

- macOS: ~/Library/Preferences/Ableton/Live XX/User Remote Scripts - Windows: C:\Users\[Username]\AppData\Roaming\Ableton\Live x.x.x\Preferences\User Remote Scripts

  1. 创建一个名为 AbletonMCP 的文件夹并粘贴该文件
  2. 启动 Ableton Live 并在控制表面设置中选择 "AbletonMCP"

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 公开数据自动生成,定期更新。