time vs mcp-webresearch
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-webresearch by mzxrai | |
|---|---|---|
| Stars | ★ 85,748 | ★ 297 |
| 30d uses | — | — |
| Score | 77 | 41 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Web ScrapingAI / LLM ToolsProductivity |
| Language | TypeScript | JavaScript |
| Last commit | this month | 17 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-webresearch · Summary
MCP server enabling Claude to perform web research with Google search, page extraction, and screenshot capture 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
mcp-webresearch · Use cases
- Real-time web research for current topics
- Extracting content from specific web pages
- Tracking and organizing research sessions with screenshots
- Conducting agentic research with iterative refinement
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"]
}
}
}mcp-webresearch · Install
- Install Node.js >= 18
- Install Claude Desktop app
- Add this to your
claude_desktop_config.json:
{
"mcpServers": {
"webresearch": {
"command": "npx",
"args": ["-y", "@mzxrai/mcp-webresearch@latest"]
}
}
}