MCP Catalogs
Home

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
Score7741
Official
Categories
ProductivityDeveloper ToolsCommunication
Web ScrapingAI / LLM ToolsProductivity
LanguageTypeScriptJavaScript
Last committhis month17 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

  1. Install Node.js >= 18
  2. Install Claude Desktop app
  3. Add this to your claude_desktop_config.json:
{
  "mcpServers": {
    "webresearch": {
      "command": "npx",
      "args": ["-y", "@mzxrai/mcp-webresearch@latest"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.