gptr-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
gptr-mcp by assafelovic | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 346 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | SearchAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 6 mo ago | this month |
gptr-mcp · Summary
MCP server for deep research, providing comprehensive web search and report generation capabilities.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
gptr-mcp · Use cases
- Investment research and analysis
- Competitive intelligence gathering
- Academic research support
- Market trend analysis
- Content creation with verified sources
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
gptr-mcp · Install
Installation
- Clone the repository:
git clone https://github.com/assafelovic/gpt-researcher.git
cd gpt-researcher/cd gptr-mcp- Install dependencies:
pip install -r requirements.txt- Set up environment variables:
cp .env.example .env
# Edit .env with your API keysClaude Desktop Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"gptr-mcp": {
"command": "python",
"args": ["/absolute/path/to/gptr-mcp/server.py"],
"env": {
"OPENAI_API_KEY": "your-openai-key-here",
"TAVILY_API_KEY": "your-tavily-key-here"
}
}
}
}Running the Server
- Directly:
python server.py - With Docker:
docker-compose up -d
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"]
}
}
}