MCP Catalogs
Home

gpt-researcher vs time

Side-by-side comparison to help you pick between these two MCP servers.

gpt-researcher
by assafelovic
time
by modelcontextprotocol
Stars★ 27,100★ 85,748
30d uses
Score6177
Official
Categories
AI / LLM ToolsWeb ScrapingProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit1 mo agothis month

gpt-researcher · Summary

An autonomous research agent that conducts deep research using any LLM providers with MCP server integration for specialized data sources.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

gpt-researcher · Use cases

  • Market research and competitive analysis
  • Academic literature review and synthesis
  • Technical documentation and research
  • Investigation and fact-checking

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

gpt-researcher · Install

Installation

  1. Install Python 3.11 or later
  2. Clone the repository:

``bash git clone https://github.com/assafelovic/gpt-researcher.git cd gpt-researcher ``

  1. Set up API keys in .env file:

``bash export OPENAI_API_KEY={Your OpenAI API Key} export TAVILY_API_KEY={Your Tavily API Key} ``

  1. Install dependencies:

``bash pip install -r requirements.txt ``

  1. Run the server:

``bash python -m uvicorn main:app --reload ``

For MCP integration, see [gptr-mcp repository](https://github.com/assafelovic/gptr-mcp)

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.