MCP Catalogs
首页

TextEdit-MCP vs time

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

TextEdit-MCP
by M-Pineapple
time
by modelcontextprotocol
Stars★ 3★ 85,748
30天用量
综合分3977
官方
分类
效率工具AI / LLM 工具开发者工具
效率工具开发者工具沟通协作
实现语言SwiftTypeScript
最近提交1 个月前本月

TextEdit-MCP · 概述

基于 Swift 的 MCP 服务器,可使用原生 macOS TextEdit 格式化功能创建 RTF 文档。

time · 概述

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

TextEdit-MCP · 使用场景

  • 创建带高亮和行动项的格式化会议记录
  • 生成带表格和代码格式的技术文档
  • 制作具有一致样式和模板的商业报告

time · 使用场景

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

TextEdit-MCP · 安装

安装

先决条件
  • macOS(需要 NSAttributedString 和 RTF 生成)
  • Swift 5.0 或更高版本
  • Claude Desktop
快速安装
  1. 克隆仓库:
git clone https://github.com/M-Pineapple/TextEdit-MCP.git
cd TextEdit-MCP
  1. 运行安装脚本:
./install.sh
  1. 重启 Claude Desktop

安装脚本将:

  • 构建 Swift 项目
  • 安装 MCP 服务器二进制文件
  • 更新您的 Claude Desktop 配置
  • 创建现有配置的备份
Claude Desktop 配置

添加到您的 Claude Desktop config.json:

{
  "mcpServers": {
    "textedit": {
      "command": "path/to/TextEdit-MCP",
      "args": []
    }
  }
}

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