time vs narsil-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | narsil-mcp by postrv | |
|---|---|---|
| Stars | ★ 85,748 | ★ 151 |
| 30d uses | — | — |
| Score | 77 | 51 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsSecurity |
| Language | TypeScript | Rust |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
narsil-mcp · Summary
Rust MCP server providing 90+ code intelligence tools across 32 languages with neural search and security analysis.
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
narsil-mcp · Use cases
- Code analysis and refactoring in large codebases
- Security auditing and vulnerability scanning
- Neural code search and similarity matching
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"]
}
}
}narsil-mcp · Install
Installation
**macOS / Linux (Homebrew):**
brew tap postrv/narsil
brew install narsil-mcp**Windows (Scoop):**
scoop bucket add narsil https://github.com/postrv/scoop-narsil
scoop install narsil-mcp**Rust/Cargo (all platforms):**
cargo install narsil-mcp**Node.js/npm (all platforms):**
npm install -g narsil-mcpClaude Desktop Configuration
{
"mcpServers": {
"narsil-mcp": {
"command": "narsil-mcp",
"args": ["--repos", "~/projects"]
}
}
}