time vs LocalFilesOrganizer-MCP
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | LocalFilesOrganizer-MCP by TobiasArg | |
|---|---|---|
| Stars | ★ 85,748 | ★ 1 |
| 30d uses | — | — |
| Score | 77 | 36 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | File SystemProductivityDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 3 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
LocalFilesOrganizer-MCP · Summary
MCP server with tools to safely organize, read, write, and analyze local files with built-in protections.
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
LocalFilesOrganizer-MCP · Use cases
- Organize project files by extension or date for better workspace management
- Search through codebases for specific patterns or content
- Clean up duplicate files to save storage space
time · 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"]
}
}
}LocalFilesOrganizer-MCP · Install
Installation
Using NPX (Recommended)
Add to your Claude Desktop configuration file:
**macOS**: ~/Library/Application Support/Claude/claude_desktop_config.json **Windows**: %APPDATA%\Claude\claude_desktop_config.json **Linux**: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"local-files": {
"command": "npx",
"args": ["-y", "fsorg"]
}
}
}From Source
git clone https://github.com/argtobias/fsorg.git
cd fsorg
pnpm install
pnpm buildThen configure Claude Desktop to use the built server: