time vs rust-mcp-filesystem
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | rust-mcp-filesystem by rust-mcp-stack | |
|---|---|---|
| Stars | ★ 85,748 | ★ 149 |
| 30天用量 | — | — |
| 综合分 | 77 | 49 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 本地文件系统开发者工具效率工具 |
| 实现语言 | TypeScript | Rust |
| 最近提交 | 本月 | 2 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
rust-mcp-filesystem · 概述
高性能的 Rust MCP 服务器,用于异步文件系统操作。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
rust-mcp-filesystem · 使用场景
- AI 应用中的文件系统探索和分析
- 自动化文件整理和批量处理
- 将文件访问集成到 AI 代理工作流中
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"]
}
}
}rust-mcp-filesystem · 安装
安装
使用 Shell 脚本
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.4.1/rust-mcp-filesystem-installer.sh | sh使用 PowerShell
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.4.1/rust-mcp-filesystem-installer.ps1 | iex"使用 Homebrew
brew install rust-mcp-stack/tap/rust-mcp-filesystem使用 Cargo
cargo install rust-mcp-filesystem --locked使用 NPM
npm i -g @rustmcp/rust-mcp-filesystem@latestClaude Desktop 配置
添加到 claude_desktop_config.json:
{
"mcpServers": {
"rust-mcp-filesystem": {
"command": "rust-mcp-filesystem",
"args": []
}
}
}