model-context-protocol-resources vs time
Side-by-side comparison to help you pick between these two MCP servers.
model-context-protocol-resources by cyanheads | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 279 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsKnowledge GraphAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | — | TypeScript |
| Last commit | 11 mo ago | this month |
model-context-protocol-resources · Summary
A comprehensive collection of MCP guides, utilities, and server implementations for practical exploration of the Model Context Protocol.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
model-context-protocol-resources · Use cases
- Developers learning MCP protocol through practical examples and guides
- Building custom MCP servers for specific domains like medical research or task management
- Creating MCP clients that integrate multiple server capabilities
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
model-context-protocol-resources · Install
Installation
This repository primarily contains guides, examples, and template code rather than a directly installable server. To get started:
- Clone the repository:
git clone https://github.com/cyanheads/model-context-protocol-resources.git - Navigate to specific server directories (e.g.,
atlas-mcp-server,git-mcp-server) - Follow installation instructions in each server's README
For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-ts-template": {
"command": "node",
"args": ["path/to/mcp-ts-template/dist/index.js"]
}
}
}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"]
}
}
}