time vs novyx-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | novyx-mcp by novyxlabs | |
|---|---|---|
| Stars | ★ 85,748 | ★ 30 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsKnowledge GraphDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
novyx-mcp · Summary
A comprehensive MCP server providing persistent memory and governance for AI agents with 120+ tools.
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
novyx-mcp · Use cases
- Multi-agent collaboration with shared memory spaces and fine-grained permissions
- Audit trails and rollback capabilities for regulated AI applications
- Policy-as-code implementation for governed AI actions with approval workflows
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"]
}
}
}novyx-mcp · Install
pip install novyx-mcpClaude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"novyx-memory": {
"command": "python",
"args": ["-m", "novyx_mcp"],
"env": {
"NOVYX_API_KEY": "nram_your_key_here"
}
}
}
}