MCP Catalogs
首页

mcp-koii vs time

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

mcp-koii
by benjaminr
time
by modelcontextprotocol
Stars★ 23★ 85,748
30天用量
综合分4377
官方
分类
多媒体开发者工具其它
效率工具开发者工具沟通协作
实现语言PythonTypeScript
最近提交3 个月前本月

mcp-koii · 概述

MCP 服务器,通过 MIDI 控制 Teenage Engineering EP-133 K.O. II 采样器,支持模式创建和播放。

time · 概述

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

mcp-koii · 使用场景

  • 使用自然语言命令创建鼓模式
  • 通过 AI 助手控制硬件采样器
  • 浏览和触发 EP-133 设备上的不同声音

time · 使用场景

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

mcp-koii · 安装

前置要求

  • Python 3.8 或更高版本
  • mido (MIDI 处理)
  • mcp (模型上下文协议 SDK)

安装

# 安装所需的包
pip install mido "mcp[cli]"

# 克隆仓库
git clone https://github.com/benjaminr/mcp-koii.git
cd mcp-koii

# 安装 MCP 服务器
mcp install koii_server.py:server -e .

Claude Desktop 配置

将此添加到您的 Claude Desktop config.json 文件:

{
  "mcpServers": {
    "koii": {
      "command": "python",
      "args": ["koii_server.py"]
    }
  }
}

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