mcp-file-operations-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-file-operations-server by bsmi021 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 21 | ★ 85,748 |
| 30d uses | — | — |
| Score | 40 | 77 |
| Official | — | ✓ |
| Categories | File SystemDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 10 mo ago | this month |
mcp-file-operations-server · Summary
A comprehensive MCP server with streaming support, file operations, change tracking, and HTTP interface for enhanced file management.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-file-operations-server · Use cases
- File management for AI assistants that need to read, write, and organize files
- Automated file processing workflows with progress tracking
- Remote file operations through web interface for collaborative environments
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
mcp-file-operations-server · Install
Installing via Smithery
npx -y @smithery/cli install @bsmi021/mcp-file-operations-server --client claudeManual Installation
npm install
npm startClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"file-operations": {
"command": "npx",
"args": ["@bsmi021/mcp-file-operations-server"]
}
}
}Docker Installation
docker run -it --rm -v "$(pwd):/workspace" ghcr.io/bsmi021/mcp-file-operations-servertime · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}