Pare vs time
Side-by-side comparison to help you pick between these two MCP servers.
Pare by Dave-London | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 121 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsOps & InfraAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
Pare · Summary
MCP servers that transform CLI tools into structured JSON outputs for AI agents, reducing token usage by up to 95%.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Pare · Use cases
- Automating git operations and status checks in development workflows
- Integrating npm package management with AI coding assistants
- Running and analyzing test results through structured JSON output
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
Pare · Install
Install Pare MCP servers using:
# Quick setup (non-interactive)
npx @paretools/init --client claude-code --preset web
# Add agent rules to your project
cat node_modules/@paretools/init/rules/CLAUDE.md >> CLAUDE.md
# Validate installation
npx @paretools/init doctorFor Claude Desktop, add to config.json:
{
"mcpServers": {
"pare-git": {
"command": "npx",
"args": ["-y", "@paretools/git"]
},
"pare-npm": {
"command": "npx",
"args": ["-y", "@paretools/npm"]
}
}
}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"]
}
}
}