time vs deep-research-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | deep-research-mcp by pinkpixel-dev | |
|---|---|---|
| Stars | ★ 85,748 | ★ 27 |
| 30d uses | — | — |
| Score | 77 | 44 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsSearchProductivity |
| Language | TypeScript | JavaScript |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
deep-research-mcp · Summary
A research-focused MCP server using Tavily APIs to gather and structure web information for LLM documentation generation.
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
deep-research-mcp · Use cases
- Comprehensive topic research for creating detailed technical documentation
- Automated report generation with structured web content analysis
- Background information gathering for AI agents performing complex tasks
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"]
}
}
}deep-research-mcp · Install
Installation
**Via Smithery (Recommended for Claude Desktop)**
npx -y @smithery/cli install @pinkpixel/dev-deep-research-mcp --client claude**Using NPX**
npx @pinkpixel/deep-research-mcp**Global Installation**
npm install -g @pinkpixel/deep-research-mcp
deep-research-mcp**Claude Desktop Configuration**
{
"mcpServers": {
"deep-research": {
"command": "npx",
"args": [
"-y",
"@pinkpixel/deep-research-mcp"
],
"env": {
"TAVILY_API_KEY": "tvly-YOUR_API_KEY"
}
}
}
}