time vs mcp-prompts-catalog
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-prompts-catalog by sparesparrow | |
|---|---|---|
| Stars | ★ 85,748 | ★ 2 |
| 30d uses | — | — |
| Score | 77 | 32 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsProductivityDeveloper Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 11 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-prompts-catalog · Summary
A curated catalog of prompts for MCP ecosystem with JSON/YAML/TXT/MD support.
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-prompts-catalog · Use cases
- Managing prompt libraries in team environments to prevent fragmentation
- Organizing prompts by categories for different use cases
- Automating prompt loading in MCP-compatible applications
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"]
}
}
}mcp-prompts-catalog · Install
Install with npm:
npm install @sparesparrow/mcp-prompts-catalogUsage in your MCP project:
const {
getPromptsDir,
getCategories,
listPrompts,
loadPrompt,
} = require('@sparesparrow/mcp-prompts-catalog');
console.log(getPromptsDir()); // Absolute path to prompts directory
console.log(getCategories()); // List of categories
console.log(loadPrompt('development-system-prompt', 'general'));