MCP Catalogs
首页

mTarsier vs time

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

mTarsier
by mcp360
time
by modelcontextprotocol
Stars★ 38★ 85,748
30天用量
综合分4577
官方
分类
开发者工具效率工具AI / LLM 工具
效率工具开发者工具沟通协作
实现语言TypeScriptTypeScript
最近提交1 个月前本月

mTarsier · 概述

mTarsier 是一个 MCP 服务器管理平台,可以在多个 AI 客户端中集中和简化 MCP 服务器的配置。

time · 概述

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

mTarsier · 使用场景

  • 在多个 AI 客户端中集中管理 MCP 服务器
  • 通过市场发现和安装新的 MCP 服务器
  • 在不同的 AI 开发环境中管理自定义技能
  • 使用 CLI 工具自动化 MCP 服务器配置

time · 使用场景

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

mTarsier · 安装

安装

下载

从 [Releases](https://github.com/mcp360/mTarsier/releases/latest) 页面下载最新版本:

| 平台 | 文件 | |---|---| | macOS Apple Silicon | mTarsier_*_aarch64.dmg | | macOS Intel | mTarsier_*_x64.dmg | | Windows | mTarsier_*_x64-setup.exe | | Linux | mTarsier_*_amd64.AppImage / mTarsier_*_amd64.deb |

Homebrew (即将推出)

brew install mcp360/tap/tsr

CLI 设置

从应用程序安装 CLI 工具:**设置 → CLI 工具 → 安装 tsr CLI**

与 Claude Desktop 一起使用

mTarsier 可以自动管理 Claude Desktop 的 MCP 配置。安装后,它将检测到 Claude Desktop,您可以通过仪表板或 CLI 管理 MCP 服务器。

Claude Desktop 的配置通常位于:

~/Library/Application Support/Claude/claude_desktop_config.json

mTarsier 将在更改前自动备份此文件。

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