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 | — | — |
| Score | 61 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsWeb ScrapingProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this 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
- Install Python 3.11 or later
- Clone the repository:
``bash git clone https://github.com/assafelovic/gpt-researcher.git cd gpt-researcher ``
- Set up API keys in .env file:
``bash export OPENAI_API_KEY={Your OpenAI API Key} export TAVILY_API_KEY={Your Tavily API Key} ``
- Install dependencies:
``bash pip install -r requirements.txt ``
- 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"]
}
}
}