context-awesome vs time
Side-by-side comparison to help you pick between these two MCP servers.
context-awesome by bh-rat | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 51 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsSearch | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
context-awesome · Summary
An MCP server providing access to curated awesome lists with search and section discovery tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
context-awesome · Use cases
- Research agents can quickly gather high-quality resources on any topic
- Knowledge workers can find the best tools and libraries for their projects
- Learning agents can discover relevant educational materials for specific subjects
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
context-awesome · Install
Installation
Remote Server (Recommended)
Add to your MCP client configuration:
**Claude Desktop**
{
"mcpServers": {
"context-awesome": {
"url": "https://www.context-awesome.com/api/mcp"
}
}
}**Cursor/Claude Code**
claude mcp add --transport http context-awesome https://www.context-awesome.com/api/mcp**Local stdio** (for offline use)
{
"mcpServers": {
"context-awesome": {
"command": "npx",
"args": ["-y", "context-awesome-mcp", "serve", "--transport", "stdio"],
"env": {
"CONTEXT_AWESOME_API_HOST": "https://api.context-awesome.com"
}
}
}
}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"]
}
}
}