time vs context7
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | context7 by upstash | |
|---|---|---|
| Stars | ★ 85,748 | ★ 55,436 |
| 30d uses | — | — |
| Score | 77 | 65 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
context7 · Summary
Context7 provides up-to-date code documentation and API references through MCP.
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
context7 · Use cases
- Generate accurate code examples using up-to-date library documentation
- Retrieve version-specific API references without leaving your coding environment
- Automate documentation lookup for libraries during AI-assisted development
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"]
}
}
}context7 · Install
Install Context7 with a single command:
npx ctx7 setupFor manual MCP installation, use the server URL https://mcp.context7.com/mcp with your MCP client and pass your API key via the CONTEXT7_API_KEY header. For Claude Desktop, add this to your claude_desktop_config.json:
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
}
}
}