time vs open-code-review
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | open-code-review by raye-deng | |
|---|---|---|
| Stars | ★ 85,748 | ★ 23 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsSecurity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
open-code-review · Summary
AI-powered code quality gate that detects hallucinated packages, stale APIs, and security anti-patterns in AI-generated code.
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
open-code-review · Use cases
- Integrate as a quality gate in CI/CD pipelines for AI-generated code
- Use in AI IDEs (Claude Desktop, Cursor) to review code in real-time
- Automatically fix detected issues with AI-powered suggestions
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"]
}
}
}open-code-review · Install
Install the CLI tool:
npm install -g @opencodereview/cliInstall the MCP Server:
npm install -g @opencodereview/mcp-serverFor Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"open-code-review": {
"command": "npx",
"args": ["-y", "@opencodereview/mcp-server"]
}
}
}