mcp-server-text-editor vs time
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-server-text-editor by bhouston | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 36 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 38 | 77 |
| 官方 | — | ✓ |
| 分类 | 本地文件系统开发者工具效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 14 个月前 | 本月 |
mcp-server-text-editor · 概述
一个MCP服务器实现,提供Claude内置文本编辑器功能,可查看、编辑和创建文本文件。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
mcp-server-text-editor · 使用场景
- 在Claude Desktop中进行文件编辑
- 代码修改辅助
- 文档创建和管理
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
mcp-server-text-editor · 安装
安装
# 从npm安装
npm install mcp-server-text-editor
# 或使用pnpm
pnpm add mcp-server-text-editor在Claude Desktop中配置
{
"mcpServers": {
"textEditor": {
"command": "npx",
"args": ["-y", "mcp-server-text-editor"]
}
}
}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"]
}
}
}