time vs fossil-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | fossil-mcp by yfedoseev | |
|---|---|---|
| Stars | ★ 85,748 | ★ 56 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM Tools |
| Language | TypeScript | Rust |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
fossil-mcp · Summary
Fossil MCP is a code quality toolkit that detects dead code, clones, and scaffolding in vibe-coded projects across 16 languages.
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
fossil-mcp · Use cases
- Maintaining codebases written largely by AI agents where dead code accumulates
- Detecting duplicated code that traditional similarity-based tools miss
- Identifying scaffolding artifacts left by AI in production code
- Providing AI agents with call graphs to understand code dependencies
- Integrating code quality checks into CI/CD pipelines for AI-generated code
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"]
}
}
}fossil-mcp · Install
Quick Install
**macOS/Linux:**
curl -fsSL fossil-mcp.com/install.sh | sh**Windows (PowerShell):**
irm fossil-mcp.com/install.ps1 | iexMCP Server Setup for Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"fossil": {
"command": "fossil-mcp"
}
}
}