MCP Catalogs
Home

time vs ableton-copilot-mcp

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
ableton-copilot-mcp
by xiaolaa2
Stars★ 85,748★ 78
30d uses
Score7746
Official
Categories
ProductivityDeveloper ToolsCommunication
MediaProductivityDeveloper Tools
LanguageTypeScriptTypeScript
Last committhis month2 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

ableton-copilot-mcp · Summary

MCP server for AI assistants to control Ableton Live with song management, track control, MIDI editing, and audio recording capabilities.

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

ableton-copilot-mcp · Use cases

  • Automating repetitive MIDI editing tasks in music production
  • AI-assisted track and clip management in Ableton Live
  • Creating and managing audio effects and instrument parameters

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

ableton-copilot-mcp · Install

Installation

Prerequisites
  • Node.js v20+
  • Ableton Live
Steps
  1. **Install AbletonJS MIDI Remote Scripts** (one of these methods):

``bash npx @xiaolaa2/ableton-copilot-mcp --install-scripts # OR npx @xiaolaa2/ableton-copilot-mcp -is ``

  1. **Enable AbletonJS Control Surface** in Ableton Live:

- Open Preferences → Link/MIDI - Select "AbletonJS" from Control Surface dropdown

  1. **Configure your MCP client** (example for Claude Desktop):

``json { "mcpServers": { "ableton-js-mcp": { "command": "npx", "args": ["-y", "@xiaolaa2/ableton-copilot-mcp"] } } } ``

Comparison generated from public README + GitHub signals. Last updated automatically.